Installation#
Required dependencies#
Python (3.12 or later)
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.