Skip to content

Commit 5d5a7d8

Browse files
committed
Specify python version in README
1 parent 1035ad8 commit 5d5a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This repository contains the code for the user interface. The simulations are pe
2121

2222
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`)
2323

24-
1. Create a virtual environment
24+
1. Create a virtual environment using `python=3.12`
2525
2. Activate your virtual environment
2626
3. Move to the `app` folder with `cd app`
2727
4. Install local development dependencies with `pip install -r requirements/local.txt`

0 commit comments

Comments
 (0)