Skip to content

Commit

Permalink
Merge pull request #39 from amoodie/fix_readmerst
Browse files Browse the repository at this point in the history
Fix readmerst
  • Loading branch information
ericbarefoot committed May 25, 2020
2 parents 45dd35f + 411e0fd commit bfd6f35
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
pyDeltaRCM_WMT
**************


.. image:: https://api.travis-ci.com/DeltaRCM/pyDeltaRCM_WMT.svg?branch=develop
:target: https://travis-ci.com/DeltaRCM/pyDeltaRCM_WMT

.. image:: https://coveralls.io/repos/github/DeltaRCM/pyDeltaRCM_WMT/badge.svg?branch=develop
:target: https://coveralls.io/github/DeltaRCM/pyDeltaRCM_WMT?branch=develop


pyDeltaRCM is the Python version of the [Matlab deltaRCM](http://csdms.colorado.edu/wiki/Model:DeltaRCM) model by Man Liang.
pyDeltaRCM is the Python version of the `Matlab deltaRCM <https://csdms.colorado.edu/wiki/Model:DeltaRCM>`_ model by Man Liang.
The pyDeltaRCM scripts in this repository can be run as a stand-alone model following the instructions below.


Expand All @@ -26,19 +25,21 @@ Installation

To install this package into an existing Python 3.x environment, download or clone the repository and run:

.. code::bash
.. code:: bash
$ python setup.py install
Or for a developer installation run:

.. code::bash
.. code:: bash
$ pip install -e .
Executing the model
###################

We recommend you check out our **`pyDeltaRCM in 10 minutes tutorial <https://deltarcm.org/pyDeltaRCM_WMT/guides/10min.html>`_**, which is part of our documentation.
We recommend you check out our `pyDeltaRCM in 10 minutes tutorial <https://deltarcm.org/pyDeltaRCM_WMT/guides/10min.html>`_, which is part of our documentation.

Additionally, the model can be run with example script ``run_pyDeltaRCM.py``:

Expand Down

0 comments on commit bfd6f35

Please sign in to comment.