Installation

eflowcalc is available on PyPI, so you can simply use pip and the name of the package:

python -m pip install eflowcalc

You can also use pip and a link to the GitHub repository directly:

python -m pip install git+https://github.com/ThibHlln/eflowcalc.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