Skip to content
Snippets Groups Projects
Commit a46b65e9 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added pip/setuptools update to README.

parent 4dcb3890
No related branches found
No related tags found
1 merge request!41Merging latest fixes.
...@@ -36,6 +36,8 @@ source .pyenv/bin/activate ...@@ -36,6 +36,8 @@ source .pyenv/bin/activate
Third, install the development dependencies, including the documentation system Third, install the development dependencies, including the documentation system
[sphinx](http://www.sphinx-doc.org/en/master/index.html): [sphinx](http://www.sphinx-doc.org/en/master/index.html):
``` ```
pip install --upgrade pip
pip install --upgrade setuptools
pip install -r requirements.txt pip install -r requirements.txt
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment