You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This repository contains the code for the user interface. The simulations are pe
21
21
22
22
Prior to be able to develop locally, you might need to install postgres, simply google `install postgres` followed by your os name (`linux/mac/windows`)
23
23
24
-
1. Create a virtual environment
24
+
1. Create a virtual environment using `python=3.12`
25
25
2. Activate your virtual environment
26
26
3. Move to the `app` folder with `cd app`
27
27
4. Install local development dependencies with `pip install -r requirements/local.txt`
0 commit comments