virtualenv -p /usr/bin/python2.7 env_pyvision2_test pip install opencv-python Pillow numpy scipy
Dependencies
Download the distriubition from github
PyVision has the following dependencies.
git clone https://github.com/bolme/pyvision.git
cd pyvision
python setup.py install
python -c "import pyvision as pv; pv.test()"