From 015b2f95912961878136565ab5b55488cd70a7e4 Mon Sep 17 00:00:00 2001 From: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:34:26 +0100 Subject: [PATCH] add pip block to new env install --- docs/getting_started/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started/installation.rst b/docs/getting_started/installation.rst index 330c60ff..d9b5010a 100644 --- a/docs/getting_started/installation.rst +++ b/docs/getting_started/installation.rst @@ -53,6 +53,11 @@ You can install HydroMT-Wflow in a new environment called `hydromt-wflow`: Please take into account that gwwapi or hydroengine packages are not available from conda and therefore have to be installed from pypi separately. +.. code-block:: console + + $ pip install gwwapi + $ pip install hydroengine + Then, activate the environment (as stated by mamba/conda) to start making use of HydroMT-Wflow: HydroMT-Wflow will be installed together with all optional (see above) and a few additional dependencies with: