Priyanshu Singh 2024-09-11 10:23:44 +08:00 committed by GitHub
commit e99b4613c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ Then put those 2 files on the "**models**" folder
We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
or try if above failed
```
pip install --use-pep517 -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```