Skip to content

Commit

Permalink
improve install section
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Apr 28, 2021
1 parent f0a179b commit 7fc49af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,20 @@ for the wflow_ model.
Installation
------------

hydroMT is availble from pypi and conda-forge, but we recommend installing with conda.
hydroMT is availble from pypi and conda-forge. We recommend installing a stable version with conda:

To install hydromt using conda do:

.. code-block:: console
conda install hydromt_wflow -c conda-forge
To create a hydromt environment with conda installed do:
To install the latest hydromt with some additional packages to run the examples,
we recommend install a hydromt-wflow environment based on the environment.yml file.

.. code-block:: console
conda create hydromt -n hydromt_wflow -c conda-forge
conda env create -f environment.yml
Documentation
-------------
Expand Down

0 comments on commit 7fc49af

Please sign in to comment.