Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 555 Bytes

File metadata and controls

22 lines (14 loc) · 555 Bytes

openwater

Open source hydrological modelling system.

This package is the main Python library. Relies on openwater-core.

Installation / Upgrade

openwater (python) can be installed using pip from a terminal:

pip install https://github.com/flowmatters/openwater/archive/master.zip

At this stage we haven't tagged releases so you just install from the latest version.

To upgrade, uninstall the one you've got, then install again

pip uninstall -y openwater
pip install https://github.com/flowmatters/openwater/archive/master.zip