Python wrapper installation » History » Revision 2
Revision 1 (Serge Koudoro, 01/13/2009 05:23 PM) → Revision 2/3 (Serge Koudoro, 01/13/2009 05:32 PM)
h1. Python wrapper installation h2{color:#8B0000}. h2. 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:<pre> cd C:/Program Files/OpenCV/interfaces/swig/python</pre> # Then, launch the python setup script: <pre> python.exe setup-for-win-py install</pre> h2{color:#8B0000}. h2. Under Linux *%{color:#006400}+Ubuntu:+%* Very easy: launch this command line on terminal: <pre> apt-get install python-opencv </pre>