joonson / syncnet_python

Out of time: automated lip sync in the wild
MIT License
682 stars 150 forks source link

adding requirements.txt #20

Closed DavidDoukhan closed 4 years ago

DavidDoukhan commented 4 years ago

Dear @joonson ,

While trying to use your software, I wasted few hours trying to install the dependencies required by your program using several strategies: conda, pip, etc...

Then, I found a requirements.txt file in a fork of your repository, that allowed me to install easily all ther required software dependencies: Here is the link to the file that worked for me, realized by @KeithlMyers : https://github.com/KeithIMyers/syncnet_python/blob/master/requirements.txt

I would suggest to add this file to your repository, and update the README.md according to this new ressource.

Kind regards,

joonson commented 4 years ago

Thanks for the suggestion.