Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The simplest way that I know contains two steps:

  1. brew install opencv
  2. export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"

Detailed description of brew installation is here.