spscicomp
software project scientific computing ws14/15
=========================
Installation Instructions
Clone the git repository into a directory of your choice. Then install the packages by
$ python2 setup.py install
if you have sufficient rights, or
$ python2 setup.py install --home=SOME_DIRECTORY
to install into a directory of your choice. In this case make sure that SOME_DIRECTORY is added to your PYTHONPATH.