Installation

How to install

Installation using conda

We highly recommend to use conda for installing psy-strat. After downloading the installer from anaconda, you can install psy-strat simply via:

$ conda install -c chilipp psy-strat

Installation using pip

If you do not want to use conda for managing your python packages, you can also use the python package manager pip and install via:

$ pip install psy-strat

Running the tests

First, clone out the github repository. Then run:

$ python setup.py test

or after having install pytest:

$ py.test