diff --git a/README.md b/README.md index 0bd7f4f..f67c0f9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A collection of Jupyter Notebooks that make use of that package is available [here](https://github.com/ecmwf/notebook-examples/tree/master/opencharts). +## Installation + +The `ecmwf-opendata` Python package can be installed from PyPI with: + +```$ pip install ecmwf-opendata``` + +## Usage The example below will download the latest available 10-day forecast for the *mean sea level pressure* (`msl`) into a local file called `data.grib2`: ```python