To open the program, follow these steps:
-
Clone the repository:
gh repo clone pareyesr/flexible_pavement -
Create a virtual environment:
python -m venv env -
Activate the virtual environment:
- For Windows:
.\env\Scripts\activate - For macOS/Linux:
source env/bin/activate
- For Windows:
-
Install the required libraries:
pip install -r requirements.txt -
Run the main.py file:
python main.py -
Deactivate the virtual environment:
deactivate