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
156
156
2. Create a conda environment (basically a Python install just for this project)
157
157
using mambaforge prompt or conda prompt depending on the package manager you use (on Windows) or the terminal (macOS or Linux)::
158
158
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
160
160
161
161
This command will create the environment and install all the dependencies
162
162
required for running ActivitySim. It is only necessary to create the environment
163
163
once per machine, you do not need to (re)create the environment for each session.
164
164
If you would also like to install other tools or optional dependencies, it is
165
165
possible to do so by adding additional libraries to this command. For example::
166
166
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
168
168
169
169
This example installs a specific version of Python, version 3.9. A similar
170
170
approach can be used to install specific versions of other libraries as well,
You can’t perform that action at this time.
0 commit comments