Installing ``SCIMES`` ===================== Requirements ------------ * `Python `_ 2.7 or later * `Numpy `_ 1.9.2 or later * `Astropy `_ 1.0.2 or later * `Astrodendro `_ 0.1.0 or later (``astrodendro`` is not called directly by ``SCIMES`` but it is necessary to generate dendrogram and catalog on which ``SCIMES`` operates) * `scikit-learn `_ 0.15.2 or later * `Matplotlib `_ 1.4.0 or later Installation ------------ To install the latest stable release, you can type:: pip install scimes or directly from the repository:: python setup.py install