NOAA-OWP / t-route

Tree based hydrologic and hydraulic routing
Other
44 stars 50 forks source link

update on compiler to install requirements.txt automatically #811

Closed AminTorabi-NOAA closed 4 months ago

AminTorabi-NOAA commented 4 months ago

This PR is an update on compiler.sh script to automatically install the requirements from requirements.txt before running the compilation steps. It add the pip install -r requirements.txt command at the beginning of the script. It check if the requirements file exists: It's a good practice to check if the requirements.txt file exists before attempting to install.

Additions

-

Removals

-

Changes

-

Testing

  1. Made a new environment, clone t-route, and install it successfully with updated compiler.

Screenshots

Notes

-

Todos

-

Checklist

Testing checklist

Target Environment support

Accessibility

Other