Added cmomands for linux

pull/1155/head
killerlux 7 months ago committed by GitHub
parent e879d2ca64
commit 84836932e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save