We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71657c commit 4622592Copy full SHA for 4622592
README.md
@@ -46,6 +46,7 @@ Afterwards, to setup the virtual environment and install all dependencies in it:
46
47
virtualenv venv &&
48
. venv/bin/activate &&
49
+ pip install --upgrade pip setuptools &&
50
pip install -r requirements.txt &&
51
deactivate
52
0 commit comments