Skip to content

Commit 012ef6d

Browse files
authored
Update version of python referenced in README.rst installation instructions (#1307)
* new version of python * add reminder to change directory (in case this is relevant)
1 parent ca36cdb commit 012ef6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Please use the `Installation Guide <https://github.com/UCL/TLOmodel/wiki/Install
2121
you prefer, you can carry out the setup using the command line:
2222

2323
::
24-
25-
conda create -n tlo python=3.8
24+
cd TLOmodel
25+
conda create -n tlo python=3.11
2626
conda activate tlo
2727
pip install -r requirements/dev.txt
2828
pip install -e .

0 commit comments

Comments
 (0)