File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,15 +156,15 @@ This method is recommended for ActivitySim users who also wish to customize the
1561562. Create a conda environment (basically a Python install just for this project)
157157using 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
161161This command will create the environment and install all the dependencies
162162required for running ActivitySim. It is only necessary to create the environment
163163once per machine, you do not need to (re)create the environment for each session.
164164If you would also like to install other tools or optional dependencies, it is
165165possible 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
169169This example installs a specific version of Python, version 3.9. A similar
170170approach can be used to install specific versions of other libraries as well,
You can’t perform that action at this time.
0 commit comments