pull/1387/merge
John Stilia 2025-06-30 14:21:50 +12:00 committed by GitHub
commit f6badb0456
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: