.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH .. .. SPDX-License-Identifier: CC-BY-4.0 .. _installation: Installation ============ To install the `psy-transect` package, we recommend that you first install the :ref:`requirements for pyinterp ` and then install it from PyPi via:: pip install psy-transect Or install it directly from `the source code repository on Gitlab`_ via:: pip install git+https://codebase.helmholtz.cloud/psyplot/psy-transect.git The latter should however only be done if you want to access the development versions. .. _the source code repository on Gitlab: https://codebase.helmholtz.cloud/psyplot/psy-transect .. _install-develop: Installation for development ---------------------------- Please head over to our :ref:`contributing guide ` for installation instruction for development.