Installation ============ Climin has been tested on `Python 2.7 `_ with `numpy `_ 1.8 and `scipy `_ 0.13. Currently, it is only available via git from github:: $ git clone https://github.com/BRML/climin.git After that, `pip `_ can be used to install it on the Python path:: $ cd climin $ pip install . If you want to know whether everything works as we expect it, run the test suite:: $ nosetests tests/ for which `nose `_ is required.