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 >= 3.10.
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
conda install -c conda-forge pip
pip install pyparrm