# Installation ## From PyPI ```bash pip install moordiag ``` ## From source ```bash git clone https://github.com/ocean-uhh/moordiag cd moordiag pip install -e . ``` ## Development install ```bash git clone https://github.com/ocean-uhh/moordiag cd moordiag pip install -r requirements-dev.txt pip install -e . ``` ## Requirements - Python >= 3.9 - PyYAML >= 6.0 - Pillow >= 10.0.0 - matplotlib >= 3.7.0