Installation¶
Requirements¶
regionate is compatible with python 3 (>= version 3.11). It requires xgcm and its sibling package sectionate.
From conda-forge¶
conda install -c conda-forge regionate
From PyPI¶
pip install regionate
This installs the latest release from PyPI.
From GitHub (development version)¶
regionate is under active development. To obtain the latest development version, clone the source repository and install it with pip:
pip install git+https://github.com/hdrake/regionate.git
See the Contributor Guide for a full development setup. Users are encouraged to fork regionate and submit issues and pull requests.