It should be pip3, not pip.

This commit is contained in:
Simon Quigley 2018-01-21 21:16:34 -06:00
parent b8559724be
commit 5fef856bc9

View File

@ -9,7 +9,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/) a
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 texlive-full && pip3 install sphinx_bootstrap_theme
```
You can see the options for building the documentation by running `make help`.