You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/users-guide/modelsetup.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,9 @@ for getting started but it does not rely on ActivitySim's own lockfile to instal
236
236
end up with different versions of deep dependencies than those tested by ActivitySim developers.
237
237
If you want to ensure exact versions of ActivitySim's deep dependencies, you should install ActivitySim using Option 2: From Source with Lockfile.
238
238
239
+
The command ``uv add activitysim`` installs the latest version of ActivitySim. To install a specific version, run the command ``uv add activitysim==[VERSION NUMBER]``.
240
+
For example, running the command ``uv add activitysim==1.2.1`` installs ActivitySim version 1.2.1.
0 commit comments