Apart from a recent version of the Python interpreter, PyOSCARS needs the following libraries to do its work:
On Debian GNU/Linux and derivatives, you can easily install them as follows:
root@pyidc-dev:~# apt-get install python-m2crypto python-xml
Despite relying on ZSI, you do not need to install ZSI yourself, as a patched version is provided.
If you also want to use the OSCARSNotify receiver, you need two additional packages:
On Debian GNU/Linux and derivatives, you can easily install them as follows:
root@pyidc-dev:~# apt-get install python-cherrypy3 python-pyopenssl