Actions
Python wrapper installation » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Serge Koudoro, 01/13/2009 05:32 PM
Python wrapper installation¶
Under Windows¶
Assuming you have installed OpenCV into C:/Program Files/OpenCV, Here is a quick howto:- Launch a terminal (Demarrer -> Executer -> cmd)
- Then change the working directory:
cd C:/Program Files/OpenCV/interfaces/swig/python
- Then, launch the python setup script:
python.exe setup-for-win-py install
Under Linux¶
Ubuntu:
Very easy: launch this command line on terminal:
apt-get install python-opencv
Updated by Serge Koudoro almost 16 years ago · 2 revisions