The main HydraDX model can be found in "hydradx".
Installation:
- Install Python 3.10 or higher
- Clone the repository and navigate to the root folder, HydraDx-simulations
- In terminal, enter 'pip install -r requirements.txt'
- Alternatively, open the project folder in PyCharm, and you'll be prompted to create a virtual environment for this project.
- If you want to pull data from SQLPad, add a .env file to ./hydradx/model/ with the following contents:
SQLPAD_USERNAME=<your username>
PASSWORD=<your password>