Installation
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
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
Installation for development
Please head over to our contributing guide for installation instruction for development.