.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH .. .. SPDX-License-Identifier: CC-BY-4.0 .. _installation: Installation ============ Installation using conda ^^^^^^^^^^^^^^^^^^^^^^^^ We highly recommend to use conda_ for installing psy-reg. After downloading the `miniconda installer`_, you can install psy-reg simply via:: $ conda install -c conda-forge psy-reg .. _miniconda installer: https://conda.io/en/latest/miniconda.html .. _conda: https://docs.conda.io/en/latest/ Installation using pip ^^^^^^^^^^^^^^^^^^^^^^ If you do not want to use conda for managing your python packages, you can also use the python package manager ``pip`` and install via:: $ pip install psy-reg Dependencies ------------ Besides the psyplot_ package, psy-reg uses the regression utilities from - statsmodels_: a python package for different statistical models - scipy_: The Python-based ecosystem of open-source software for mathematics, science, and engineering .. _psyplot: https://psyplot.github.io/psyplot/ .. _statsmodels: https://www.statsmodels.org/stable/index.html .. _scipy: https://www.scipy.org/ .. _install-develop: Installation for development ---------------------------- Please head over to our :ref:`contributing guide ` for installation instruction for development.