-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation instructions for
ribasim_api
(#749)
Seems like PyPI changes `_` to `-` :(
- Loading branch information
1 parent
fda99d3
commit 045d9c7
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Ribasim API | ||
|
||
`ribasim_api` is an extension to [xmipy](https://pypi.org/project/xmipy/) for the Ribasim API. | ||
|
||
The `ribasim_api` can be used to access functionality in the eXtended Model Interface (XMI) wrapper (XmiWrapper) | ||
and additional functionality specific to the Ribasim API. | ||
|
||
|
||
`ribasim_api` can be installed by running | ||
|
||
``` | ||
pip install ribasim-api | ||
``` | ||
|
||
or | ||
|
||
``` | ||
conda install -c conda-forge ribasim-api | ||
``` | ||
|
||
# Contributing | ||
|
||
For the developer docs please have a look at https://deltares.github.io/Ribasim/python/developer.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.3.0" | ||
__version__ = "0.4.0" | ||
|
||
from ribasim_api.ribasim_api import RibasimApi | ||
|
||
|