Installation

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

To install the psy-simple package on Linux, we recommend that you install it from PyPi via:

pip install psy-simple

Or install it directly from the source code repository on Gitlab via:

pip install git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git

The latter should however only be done if you want to access the development versions.

Installation for development

Please head over to our contributing guide for installation instruction for development.