Skip to content

Commit

Permalink
Merge pull request #8 from amoodie/update_docs
Browse files Browse the repository at this point in the history
update docs and dependencies and increment version
  • Loading branch information
amoodie committed Aug 10, 2021
2 parents 47bd1e7 + ed038d4 commit 5013850
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BMI_pyDeltaRCM/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def __version__():
return '0.1.0'
return '0.1.1'
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ BMI_pyDeltaRCM

Basic Modeling Interface (BMI) wrapper to the pyDeltaRCM model.

**NOTE:** this project is in alpha testing. It is incomplete, unstable, and untested.


Documentation
#############
Expand All @@ -21,18 +19,22 @@ Documentation
Installation
############

**While project is in alpha:** You will need to install `pyDeltaRCM` first, visit that repository and follow installation instructions there.
.. important::

If you intend to manipulate the underlying *pyDeltaRCM* code in any way, be sure to follow the `Developer Installation instructions <https://deltarcm.org/pyDeltaRCM/meta/installing.html#developer-installation>`_ from that project before installing the BMI wrapper.

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

.. code:: bash
$ pip install -r requirements.txt
$ python setup.py install
Or for a developer installation run:

.. code:: bash
$ pip install -r requirements.txt
$ pip install -e .
Expand All @@ -48,3 +50,5 @@ the pyDeltaRCM model using the BMI interface.
delta = BmiDelta() # instantiate model
delta.initialize() # initialize model
delta.update() # update model
See the `BMI_pyDeltaRCM USer Guide <https://deltarcm.org/BMI_pyDeltaRCM/userguide.html>`_.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyDeltaRCM
pyDeltaRCM>=2.0
numpy
matplotlib
scipy
Expand Down

0 comments on commit 5013850

Please sign in to comment.