Skip to content

Commit 6288b91

Browse files
committed
cmds added
1 parent 9184dcb commit 6288b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ python3.6 -m venv .venv
2424
source .venv/bin/activate
2525
pip install --upgrade pip
2626
pip install -r requirements.txt
27+
pip install -r requirements-dev.txt
28+
pip install -r requirements-demo.txt
2729
```
2830

2931
(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

Comments
 (0)