# 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 https://codeload.github.com/MarkusPic/SWMM_xsections_shape_generator/zip/master ``` To install the package only for the local user account, add ```--user``` to the install command. ## Update package To update the package, add ```--upgrade``` to the install command. ``` pip install https://codeload.github.com/MarkusPic/SWMM_xsections_shape_generator/zip/master --upgrade ```