mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-07 11:28:14 +08:00
Expand OpenCV installation instructions.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user