Skip to content

Commit

Permalink
Update installation guide for PyPI (dynamicslab#135)
Browse files Browse the repository at this point in the history
follow-up on dynamicslab#131
  • Loading branch information
gauchm committed Feb 13, 2022
1 parent dd37e67 commit 93dfa02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/usage/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ Installation
------------
There are two ways how you can install NeuralHydrology: Editable or non-editable.
If all you want to do is run experiments with existing datasets and existing models, you can use the non-editable
installation:
installation. To install the latest release from PyPI:

.. code-block::
pip install git+https://github.com/neuralhydrology/neuralhydrology.git
pip install neuralhydrology
To install the package directly from the current master branch of this repository, including any changes that are not yet part of a release, run:

.. code-block::
pip install git+https://github.com/neuralhydrology/neuralhydrology.git
If you want to try implementing your own models or datasets, you'll need an editable installation.
For this, start by downloading or cloning the repository to your local machine.
Expand Down

0 comments on commit 93dfa02

Please sign in to comment.