How to install this system: 1. Make sure you know where you want to install the library. 1b. When you know where you want to put it edit the root Makefile for this software and change the variable LOCAL_PYTHON_SITE to desired destinatino path. 1c. If you have no idea where it should go, just leave the Makefile alone and it will install in /usr/local/lib/pythonX.X/site-packages. Hopefully your Python installation will include that path. 'X.X' is the Python version of your choice. 2. Type 'make'. 3. Type 'make install'. You should now have your library successfully installed and all API documentation in doc/api/. Have fun!