John Stilia 2025-06-27 18:09:10 +01:00 committed by GitHub
commit 632bb18a09
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:
```bash
python -m venv venv
venv\Scripts\activate
source ./venv/bin/activate
pip install -r requirements.txt
```
For Linux: