From 95e72b7443c0b06f86cc56a84d16cba69121d12b Mon Sep 17 00:00:00 2001 From: Ricardo Correa <47784603+ricardo-correa@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:58:34 +0000 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 8f06aa6..815d43f 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -19,14 +19,14 @@ The WEkEO HDA client is a Python 3 based library. The package is available both on Pypi and Conda-Forge, so, depending on your requirements you can either install it via pip or via conda: - .. code-block:: shell + .. code-block:: shell pip install hda or - .. conda-block:: shell + .. code-block:: shell conda install conda-forge::hda -This will also install the required dependencies. \ No newline at end of file +This will also install the required dependencies.