You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sam Hatchett edited this page Jul 6, 2021
·
1 revision
With several trials, i installed it successfully. Some tips may be useful for you, as listed below.
Before all the tips, you should know the epanet version run successfully only on the python 3.x. My python version is 3.7.9.
it requires the python module "scikit-build". You can install them easily via command line "pip install scikit-build".
it requires the SWIG. Download the package from the official website and unzip it. Then add the path of file to system path.
Because the installation requires cmake to complie the C source codes, cmake certainly need to be installed on your platform.
Just follow the "README". Take the command line and build the libraries. Finally, you can use it through the updated file named by "epanet" under "packages".