Installation
How to install
Installation using conda
We highly recommend to use conda for installing psy-simple. After downloading the miniconda installer, you can install psy-simple simply via:
$ conda install -c conda-forge psy-simple
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-simple
Running the tests
First, clone the github repository, and install psy-simple and pytest. Then
create the reference figures via:
$ pytest --ref
run the unittests via:
$ pytest