Installation ============ To install PyPARRM, activate the desired environment in which you want the package, then install it using pip: .. code-block:: 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: .. code-block:: conda create -n pyparrm_env conda activate pyparrm_env conda install -c conda-forge pip pip install pyparrm