Compare commits
7 Commits
d6ae0bc9bb
...
2b9a89a371
Author | SHA1 | Date |
---|---|---|
|
2b9a89a371 | |
|
9acf77b6ed | |
|
fd07185043 | |
|
6381f63722 | |
|
83ca917c66 | |
|
2d34201cfc | |
|
81b4759b39 |
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue