Compare commits

...

2 Commits

Author SHA1 Message Date
John Stilia 89eb361663
Merge 9f7e5273c4 into fc86365a90 2025-07-02 11:44:48 +01:00
John Stilia 9f7e5273c4
Update README.md 2025-06-27 18:09:00 +01:00
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: