Installation#

Required dependencies#

Please note that we only support datatree version 0.0.13 and will switch to the xarray internal datatree module in the future.

Optional dependencies#

Instructions#

mesmer is a pure Python package, but its dependencies are not. As a result, we recommend installing mesmer using conda/mamba:

conda install -c conda-forge mesmer

Alternately, mesmer can be installed with pip:

python -m pip install mesmer-emulator[complete]

Development installation#

See instructions under development.