Installation#

To install PyPARRM, activate the desired environment in which you want the package, then install it using pip:

$ pip install pyparrm

PyPARRM requires Python \(\ge\) 3.10. Other requirements are listed here.

If you need to create an environment in which to install PyPARRM, you can do so using conda, after which you can install the package:

$ conda create -n pyparrm_env
$ conda activate pyparrm_env
$ pip install pyparrm