Permalink
Browse files

add python-pip as dep to build Manual

  • Loading branch information...
1 parent 9aba2f3 commit a0df0e12ae51cf81fd9f49c39af9a6008f3b2f1f @ahoneybun committed Mar 31, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -18,7 +18,7 @@ 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-sphinx texlive-full && pip install sphinx_bootstrap_theme
+sudo apt install python3-sphinx python-pip texlive-full && pip install sphinx_bootstrap_theme
```
You can see the options for building the documentation by running `make help`.

0 comments on commit a0df0e1

Please sign in to comment.