Installation
hydroeval
is available on PyPI, so you can simply use pip and the name of the package:
python -m pip install hydroeval
You can also use pip and a link to the GitHub repository directly:
python -m pip install git+https://github.com/ThibHlln/hydroeval.git
Alternatively, you can download the source code (i.e. the GitHub repository) and, from the downloaded directory itself, run the command:
python setup.py install