Skip to content
Compare
Choose a tag to compare
@Programming-Hero-1313 Programming-Hero-1313 released this 20 Sep 16:01

Fixed Issue #3

Summary -

  • Dependencies, dlib and cmake removed from install_requires attribute in setup.py. Now the user have to manually install the dlib module, for that the user have to install cmake gui from here and cmake library from here and run pip install cmake in Powershell. and the user have to install dlib module by running pip install dlib in Powershell.