Project

General

Profile

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:
  1. Launch a terminal (Demarrer -> Executer -> cmd)
  2. Then change the working directory:
     cd C:/Program Files/OpenCV/interfaces/swig/python
  3. 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 over 15 years ago · 2 revisions