Installing
To install the package, you can use the following command:
pip install anemoi-inference
Contributing
git clone ...
cd anemoi-inference
pip install .[dev]
pip install -r docs/requirements.txt
You may also have to install pandoc on MacOS:
brew install pandoc