Installing
To install the package, you can use the following command:
pip install anemoi-utils[...options...]
The options are:
dev: install the development dependenciesall: install all the dependenciestext: install the dependencies for text processingprovenance: install the dependencies for provenance trackinggrib: install the dependencies for looking up GRIB parameters
Contributing
git clone git@github.com:ecmwf/anemoi-registry.git
cd anemoi-utils
pip install .[dev]
pip install -r docs/requirements.txt
You may also have to install pandoc on MacOS:
brew install pandoc