Installation ------------ Requirements ^^^^^^^^^^^^ sectionate is compatible with python 3 (>= version 3.11). It requires xgcm (>= version 0.9.0). Installation from Conda Forge ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The easiest way to install sectionate along with its dependencies is via conda forge:: conda install -c conda-forge sectionate Installation from Pip ^^^^^^^^^^^^^^^^^^^^^ An alternative is to use pip:: pip install sectionate This will install the latest release from `pypi `_. Installation from GitHub ^^^^^^^^^^^^^^^^^^^^^^^^ sectionate is under active development. To obtain the latest development version, you may clone the `source repository `_ and install it using pip:: pip install git+https://github.com/MOM6-Community/sectionate.git More comprehensive instructions for installing a development environment can be found in the Contributor Guide (coming soon). Users are encouraged to `fork `_ sectionate and submit issues_ and `pull requests`_. .. _issues: https://github.com/MOM6-Community/sectionate/issues .. _`pull requests`: https://github.com/MOM6-Community/sectionate/pulls