Installation Guide

PyPi

Install the Hydrobox using pip. The latest version on PyPI can be installed using pip:

pip install hydrobox

GitHub

There might be a more recent version on GitHub available. It can be installed as follows:

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