Installation
Note that EPyT-Flow supports Python 3.10 - 3.14
Note
EPyT-Flow builds upon EPANET-PLUS which constitutes a C extension and Python package. In the rare case that the pre-build package of EPANET-PLUS does not work on your system, you have to build and install it manually – please follow the instructions provided here.
PyPI
pip install epyt-flow
Git
Download or clone the repository:
git clone https://github.com/WaterFutures/EPyT-Flow.git
cd EPyT-Flow
Install all requirements as listed in REQUIREMENTS.txt:
pip install -r REQUIREMENTS.txt
Install the toolbox:
pip install .