We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9184dcb commit 6288b91Copy full SHA for 6288b91
README.md
@@ -24,6 +24,8 @@ python3.6 -m venv .venv
24
source .venv/bin/activate
25
pip install --upgrade pip
26
pip install -r requirements.txt
27
+pip install -r requirements-dev.txt
28
+pip install -r requirements-demo.txt
29
```
30
31
(If your git repo is stored in a folder with whitespaces, then don't use the subfolder `.venv`. Use an absolute path without whitespaces.)
0 commit comments