Skip to content

Commit a29a6e2

Browse files
authored
Update README.rst to be python 3.11
1 parent b34fe29 commit a29a6e2

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
@@ -23,7 +23,7 @@ Once you have all three installed, you should open up your normal shell
2323
You'll then make an environment, clone this repository, then install
2424
all necessary requirements as follows::
2525

26-
:~$ conda create --name=vivarium_gates_nutrition_optimization python=3.10
26+
:~$ conda create --name=vivarium_gates_nutrition_optimization python=3.11
2727
...conda will download python and base dependencies...
2828
:~$ conda activate vivarium_gates_nutrition_optimization
2929
(vivarium_gates_nutrition_optimization) :~$ git clone https://github.com/ihmeuw/vivarium_gates_nutrition_optimization.git
@@ -113,4 +113,4 @@ The country name should be in lower case, for example 'ethiopia' or 'nigeria'.
113113
The ``-vvv`` flag will log verbosely, so you will get log messages every time
114114
step. For more ways to run simulations, see the tutorials at
115115
https://vivarium.readthedocs.io/en/latest/tutorials/running_a_simulation/index.html
116-
and https://vivarium.readthedocs.io/en/latest/tutorials/exploration.html
116+
and https://vivarium.readthedocs.io/en/latest/tutorials/exploration.html

0 commit comments

Comments
 (0)