Installation

Installation via conda

If you just want to use xmitgcm, anaconda users can install with:

conda install -c conda-forge xmitgcm

This will install the latest conda-forge build.

Installation via pip

Alternatively, xmitgcm can be installed via pip:

pip install xmitgcm

This will automatically install the latest release from pypi.

Installation from github

xmitgcm is under active development. To obtain the latest development version, you may clone the source repository and install it:

git clone https://github.com/MITgcm/xmitgcm.git
cd xmitgcm
python setup.py install

Users are encouraged to fork xmitgcm and submit issues _ and pull requests.