Installation#

Install the package into the desired environment using pip:

$ pip install pyparrm

See here for the list of requirements.

Development#

To install the package in editable mode for development, clone the GitHub repository and navigate to the desired installation location, then install the package and its development requirements using pip:

$ pip install -e .
$ pip install -r requirements_dev.txt