Update README.md

pull/1387/head
John Stilia 2025-06-27 18:09:00 +01:00 committed by GitHub
parent 9086072b8e
commit 9f7e5273c4
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: