Installing
To install the package, you can use the following command:
pip install anemoi-transform[...options...]
The options are:
dev: install the development dependencies.all: install all the dependencies.
Contributing
git clone git@github.com:ecmwf/anemoi-transform.git
cd anemoi-transform
pip install -e .[dev]
You may also have to install pandoc on MacOS:
brew install pandoc