Skip to content

Commit

Permalink
add pip block to new env install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 22, 2023
1 parent 0f8e42f commit 015b2f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting_started/installation.rst
Expand Up @@ -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:

Expand Down

0 comments on commit 015b2f9

Please sign in to comment.