9f7e5273c4
f0fae811d8
@ -137,7 +137,7 @@ We highly recommend using a `venv` to avoid issues.
For Windows:
```bash
python -m venv venv
venv\Scripts\activate
source ./venv/bin/activate
pip install -r requirements.txt
```
For Linux: