Compare commits

...

2 Commits

Author SHA1 Message Date
Priyanshu Singh 1d7e317cf4
Merge 81b4759b39 into 39238ee80f 2024-09-10 23:37:20 +08:00
Priyanshu Singh 81b4759b39
Update README.md
pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
2024-08-27 01:01:40 +05:30
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. We highly recommend to work with a `venv` to avoid issues.
``` ```
pip install -r requirements.txt 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: For MAC OS, You have to install or upgrade python-tk package:
``` ```