Skip to content

Commit 2514677

Browse files
committed
add raven-hydro to tox config, update installation.rst
1 parent ffd8bfd commit 2514677

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/installation.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,16 @@ Then, from your python environment, run:
5757

5858
.. code-block:: console
5959
60-
python -m pip install ravenpy[gis]
60+
python -m pip install ravenpy[gis,raven-hydro]
6161
6262
If desired, the core functions of `RavenPy` can be installed without its GIS functionalities as well. This implementation of RavenPy is much lighter on dependencies and can be installed easily with `pip`, without the need for `conda` or `virtualenv`.
6363

64+
.. code-block:: console
65+
66+
python -m pip install ravenpy[raven-hydro]
67+
68+
Finally, if you wish to provide your own `Raven` binary, you can install `RavenPy` without installing the `raven-hydro` package:
69+
6470
.. code-block:: console
6571
6672
python -m pip install ravenpy

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ passenv =
5858
extras =
5959
dev
6060
gis
61+
raven-hydro
6162
download = true
6263
install_command =
6364
python -m pip install --no-user {opts} {packages}

0 commit comments

Comments
 (0)