Merge pull request #324 from vietjovi/main

Update README.md to address the issue with the GTK package on MAC OS
pull/421/head
Kenneth Estanislao 2024-08-18 13:47:57 +08:00 committed by GitHub
commit e4b494174d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```
brew install python-tk@3.10
```
##### DONE!!! If you dont have any GPU, You should be able to run roop using `python run.py` command. Keep in mind that while running the program for first time, it will download some models which can take time depending on your network connection.
### *Proceed if you want to use GPU Acceleration