python - install opencv into a virtual environment -


i need use opencv in project in virtual environment, cannot install opencv pip.

installing on local machine (osx yosemite, version 10.10.1) homebrew works fine, cannot "brew install" in virtualenv.

how can include opencv in environment?

i've been looking around on web , found blog post. hope helps!


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -