Installing
To install the package, you can use the following command:
pip install anemoi-registry[...options...]
The options are:
dev
: install the development dependenciesall
: install all the dependenciess3
: install the dependencies for S3 support
When you install the anemoi-registry package, this will also install
command line tool called anemoi-registry
which can be used to manage
an anemoi catalogue.
Contributing
git clone ...
cd anemoi-registry
pip install .[dev]
pip install -r docs/requirements.txt
You may also have to install pandoc on MacOS:
brew install pandoc