Current build status¶
All platforms: |
|
Current release info¶
Name | Downloads | Version | Platforms |
---|---|---|---|
serapis - hydrodynamic model library for Python¶
serapis is an open-source Python Framework for building hydrodynamic models using 1D Saint-Venant equations at a river scale.
Installing serapis¶
Installing serapis
from the conda-forge
channel can be achieved by:
conda install -c conda-forge serapis
It is possible to list all of the versions of serapis
available on your platform with:
conda search serapis --channel conda-forge
Install from Github¶
to install the last development to time you can install the library from github
pip install git+https://github.com/Serapieum-of-alex/serapis
pip¶
to install the last release you can easly use pip
pip install serapis==0.1.0
Quick start¶
>>> import serapis