Climopy is published on PyPi.
It can be installed or upgraded with pip as follows:
pip install climopy
pip install --upgrade climopyTo install a development version of climopy, you can use
pip install git+https://github.com/lukelbd/climopy.git
or clone the repository and run pip install -e . inside
the climopy folder.
The dependencies are xarray, numpy, and scipy. To use the (optional) ECMWF ERA-Interim downloading tool, you will also need to install the ECMWF python API.