Installation

How to install

Installation using conda

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

$ conda install -c conda-forge psy-reg

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-reg

Note however, that you have to install scipy and statsmodels beforehand.

Dependencies

Besides the psyplot package, psy-reg uses the regression utilities from

  • statsmodels: a python package for different statistical models

  • scipy: The Python-based ecosystem of open-source software for mathematics, science, and engineering

Running the tests

First, clone out the github repository. And install psyplot, statsmodels and scipy.

After that, you can run:

$ python setup.py test

or after having install pytest:

$ py.test