Installation Instructions¶
This document provides instructions on how to install Python-OSC on various platforms.
- 1. Installing Python-OSC on Linux
- 2. Installing Python-OSC on Mac OS X
- 3. Installing Python-OSC on Windows
Python Versions¶
Python-OSC supports Python versions from 3.0 to 3.1, inclusive. If you are not sure as to which version of Python to install, pick the latest one in the 3.x series.
Testing the Python-OSC installation¶
To test whether the installation was successful, open a command shell and start the Python interactive interpreter by typing:
python
If the installation was successful, you should be able to import the module oscd and osclib:
>>> import oscd
>>> import osclib