Skip to content

Commit 82a896e

Browse files
authored
python version update (#910)
1 parent 3d255d0 commit 82a896e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/users-guide/modelsetup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ This method is recommended for ActivitySim users who also wish to customize the
156156
2. Create a conda environment (basically a Python install just for this project)
157157
using mambaforge prompt or conda prompt depending on the package manager you use (on Windows) or the terminal (macOS or Linux)::
158158

159-
mamba create -n asim python=3.9 activitysim -c conda-forge --override-channels
159+
mamba create -n asim python=3.10 activitysim -c conda-forge --override-channels
160160

161161
This command will create the environment and install all the dependencies
162162
required for running ActivitySim. It is only necessary to create the environment
163163
once per machine, you do not need to (re)create the environment for each session.
164164
If you would also like to install other tools or optional dependencies, it is
165165
possible to do so by adding additional libraries to this command. For example::
166166

167-
mamba create -n asim python=3.9 activitysim jupyterlab larch -c conda-forge --override-channels
167+
mamba create -n asim python=3.10 activitysim jupyterlab larch -c conda-forge --override-channels
168168

169169
This example installs a specific version of Python, version 3.9. A similar
170170
approach can be used to install specific versions of other libraries as well,

0 commit comments

Comments
 (0)