Skip to content

Instantly share code, notes, and snippets.

@mabroor
Created July 14, 2012 14:33
Show Gist options
  • Save mabroor/3111613 to your computer and use it in GitHub Desktop.
Save mabroor/3111613 to your computer and use it in GitHub Desktop.
Getting Started with OpenCV
$ brew install opencv
# Add the following line to your ~/.bash_profile
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment