Installation#

Required dependencies#

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

Alternatively, mesmer can be installed with pip:

python -m pip install mesmer-emulator[complete]

Development installation#

See instructions under development.