License

Please refer to the documentation.

Download

Installation

Use git to clone the source tree (or, alternatively, download the tar-ball from the URL given above):

git clone http://dip.sun.ac.za/~stefan/code/supreme.git
cd supreme

Install system-wide:

  • python setup.py install

Or compile in-place:

  • python setup.py build_ext --inplace

Check that everything works:

$ nosetests supreme
........................................................................................................................
----------------------------------------------------------------------
Ran 120 tests in 5.041s

OK