From e876edfca996258f5c7228b1881c09aa0ba29df9 Mon Sep 17 00:00:00 2001 From: SarahAldt <42962760+SarahAldt@users.noreply.github.com> Date: Mon, 1 Jul 2019 14:48:49 +0200 Subject: [PATCH] adding installation guide for PyPI (#28) --- docs/source/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index f517b95..ca7b4a6 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -5,6 +5,11 @@ Install from PyPI: ~~~~~~~~~~~~~~~~~~ era5cli is available as a package in PyPI . +To install from PyPI, the following command can be used: +:: + + pip install era5cli + Install from GitHub: ~~~~~~~~~~~~~~~~~~~~ To install directly from GitHub, the following command can be used: