pull/1387/merge
John Stilia 2025-07-09 10:58:07 +01:00 committed by GitHub
commit 9c2216319b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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