This commit is contained in:
Lorenzo Caggioni
2020-06-30 11:07:55 +02:00
parent 58e5dfa620
commit 42f0f5a454

View File

@@ -28,6 +28,7 @@ Create a new virtual environment (recommended) and install requirements:
```
virtualenv env
source ./env/bin/activate
pip3 install --upgrade setuptools pip
pip3 install -r requirements.txt
```