Skip to content

Commit

Permalink
It should be pip3, not pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimonq2 committed Jan 22, 2018
1 parent b855972 commit 5fef856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 5fef856

Please sign in to comment.