From ab682ab1040c9d439c54fac6eb4c3edcb5375f9a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 4 Aug 2016 21:00:15 -0500 Subject: [PATCH] Add dependencies to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b34e455..5a9c7567 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This is the Lubuntu Manual source code. The concept was derived from [the Kubunt The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/). +Run the following command to install the needed dependencies: + +``` +sudo apt install python3-sphinxpython3-sphinx && pip install sphinx_bootstrap_theme +``` + You can see the options for building the documentation by running `make help`. ## Contributing