Installation Guide

The module’s development is hosted on GitHub. Please consider contributing. Moreover, we make it available through PyPI.

GitHub

The latest versions are available on GitHub and can be installed from a clone.

git clone https://github.com/cojacoo/rootwater.git
cd rootwater
pip install -r requirements.txt
pip install -e .

PyPI

We will provide stable versions through PyPI, too. They can be installed via pip.

pip install rootwater