Skip to content

Commit

Permalink
add python-pip as dep to build Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Mar 31, 2017
1 parent 9aba2f3 commit a0df0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
Expand Down

0 comments on commit a0df0e1

Please sign in to comment.