Install¶
The script is written in Python3.
python Packages¶
Packages required for this program will be installed with pip during the installation process and can be seen in the ‘requirements.txt’ file.
Fresh install¶
pip install SWMM-xsections-shape-generator
To install the package only for the local user account (without admin rights), add --user
to the install command.
Update package¶
To update the package, add --upgrade
to the install command.
pip install SWMM-xsections-shape-generator --upgrade