dakotabenjamin / CameraCalibration

GNU General Public License v3.0
33 stars 19 forks source link

Initial requirements.txt #3

Closed mojodna closed 7 years ago

mojodna commented 7 years ago

This isn't quite ready for primetime--I don't know what the correct version string for pyopencv is. Do you?

dakotabenjamin commented 7 years ago

I do not know either.

dakotabenjamin commented 7 years ago

I'm considering just saying you need to install opencv yourself by running sudo apt-get install python-opencv

mojodna commented 7 years ago

Works for me. Not an option on OS X (where it would be nice to be able to run this within a virtualenv), but then people can spend more time figuring out how to install it.

dakotabenjamin commented 7 years ago

See install instructions in readme