andreaschiavinato / python_grabber

Python tool to capture photo from camera and for doing simple image processing using DirectShow and OpenCV
MIT License
57 stars 27 forks source link

Update setup.py to automatically install requirements when using pip. #9

Closed joaopaulopaiva closed 3 years ago

joaopaulopaiva commented 3 years ago

The list of dependencies in requirements.txt is not automatically installed when using pip or setup.py. This modification fixes that issue.