From ee9388848a8019022b52518741628bc2de2d1dda Mon Sep 17 00:00:00 2001 From: Rufai Omowunmi Balogun <rbalogun@eurac.edu> Date: Thu, 26 Oct 2023 19:41:52 +0200 Subject: [PATCH] update installation guide --- docs/source/guide/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/guide/installation.rst b/docs/source/guide/installation.rst index c11d586..ee2c501 100644 --- a/docs/source/guide/installation.rst +++ b/docs/source/guide/installation.rst @@ -4,7 +4,7 @@ Installation ============ The smodex package is distributed via the Python Package Index and also available on the `development repo`_. To enable -the full functionalities, install also the `cdsapi` +the full functionalities, install also the `cdsapi`_ Option 1: Use Pip (Recommended) @@ -37,4 +37,5 @@ The latest development version of the smode package is available on the .. _development repo: https://gitlab.inf.unibz.it/earth_observation_public/smodex -.. _GitLab repo : https://gitlab.inf.unibz.it/earth_observation_public/smodex +.. _GitLab repo: https://gitlab.inf.unibz.it/earth_observation_public/smodex +.. _cdsapi: https://cds.climate.copernicus.eu/api-how-to -- GitLab