Compare commits
No commits in common. "532e7c05ee041998f2569adcf97a25a451fb4d5f" and "267a273cb266ebc0e008896e11b86a0631251983" have entirely different histories.
532e7c05ee
...
267a273cb2
|
@ -133,20 +133,12 @@ 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…
Reference in New Issue