@ -133,12 +133,20 @@ Place these files in the "**models**" folder.
We highly recommend using a `venv` to avoid issues.
For Windows:
```bash
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
```
For Linux:
# Ensure you use the installed Python 3.10
python3 -m venv venv
source venv/bin/activate
**For macOS:**