Fixed Issue #3
Summary -
- Dependencies,
dlib
andcmake
removed frominstall_requires
attribute insetup.py
. Now the user have to manually install thedlib
module, for that the user have to installcmake gui
from here andcmake
library from here and runpip install cmake
in Powershell. and the user have to installdlib
module by runningpip install dlib
in Powershell.