Skip to content

Commit

Permalink
include instructions for adding .env file with sqlpad username and pa…
Browse files Browse the repository at this point in the history
…ssword
  • Loading branch information
jepidoptera committed Sep 23, 2024
1 parent 8b26ac7 commit 05fff8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ Installation:
* 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>
```

0 comments on commit 05fff8b

Please sign in to comment.