Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.1 KB

INSTALL.rst

File metadata and controls

28 lines (22 loc) · 1.1 KB

Installation

Climopy is published on PyPi. It can be installed or upgraded with pip as follows:

pip install climopy
pip install --upgrade climopy

To 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.