Expand OpenCV installation instructions.

This commit is contained in:
Stefan van der Walt
2009-10-17 06:39:47 +02:00
parent aa20e903d1
commit 62f67611af
+15 -1
View File
@@ -2,7 +2,21 @@ You can use the setup.py in this directory to build ONLY the OpenCV stuff.
It is recommend that you use the main setup.py for the entire scikit.
python setup.py install
To install globally::
python setup.py install
To install locally::
python setup.py install --prefix=${HOME}
# Remember to add /home/user/lib/python2.x/lib/site-packages
# to your PYTHONPATH
To compile in-place::
python setup.py build_ext -i