diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Just make a virtual environment and install from `requirements.txt`. ``` python -m venv venv -./venv/bin/activate +. ./venv/bin/activate pip3 install -r requirements.txt ``` |