PyCClass uses python distutils as its build system.

Installation is as simple as 

$ python setup.py install

For more control over the installation, see /Installing Python Modules/
http://docs.python.org/inst/inst.html


Prerequisits

If you're installing PyCClass because a library you're trying to use depends on
it, you'll only need Python 2.4. 

If you're installing PyCClass because you're using it to develop python
bindings, you'll need to install SWIG (swig.org) and the python development
headers. (like Python.h). On Ubuntu and Debian GNU/Linux these are availible
through the swig and python-dev packages.




Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.

A copy of the license is included in doc/COPYING