diff --git a/Documentation/content/installorremove.rst b/Documentation/content/installorremove.rst index 6cf068d..35b07bc 100644 --- a/Documentation/content/installorremove.rst +++ b/Documentation/content/installorremove.rst @@ -2,6 +2,22 @@ Install or Remove `sw` ======================== +Package Dependencies +-------------------- +We currently support *debian* for automatic dependencies +installation. These are the current dependencies for *Debian*: + + .. include:: ../dependencies/debian.dependencies + +If you want to build the documentation as it is displayed on our website you +also need this pip package: + + .. include:: ../dependencies/pip.dependencies + +.. note:: + Our base support is Ubuntu LTS. i.e., the dependency packages installed in + your system should be at least as new as those present in Ubuntu LTS. + Install ------- diff --git a/Documentation/dependencies/debian.dependencies b/Documentation/dependencies/debian.dependencies new file mode 100644 index 0000000..e69de29 diff --git a/Documentation/dependencies/pip.dependencies b/Documentation/dependencies/pip.dependencies new file mode 100644 index 0000000..31c781b --- /dev/null +++ b/Documentation/dependencies/pip.dependencies @@ -0,0 +1 @@ +sphinx-book-theme