johnwmillr / Facer

Simple (🤞) face averaging (🙂) in Python (🐍)
MIT License
80 stars 11 forks source link

Is there any reason why `dlib` is not directly included in requirements.txt? #2

Closed fireattack closed 4 years ago

fireattack commented 5 years ago

As title. Just curious.

johnwmillr commented 5 years ago

I think I initially ran into issues installing dlib from pip, so I left it out of requirements.txt and installed it manually. I'd add dlib back into requirements.txt if the install from pip is working.