Skip to content

Commit 82cbefd

Browse files
authored
Added instructions for installing specific ActivitySim versions (#1055)
1 parent 78d8297 commit 82cbefd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/users-guide/modelsetup.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ for getting started but it does not rely on ActivitySim's own lockfile to instal
236236
end up with different versions of deep dependencies than those tested by ActivitySim developers.
237237
If you want to ensure exact versions of ActivitySim's deep dependencies, you should install ActivitySim using Option 2: From Source with Lockfile.
238238

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.
241+
239242
Option 2: From Source with Lockfile
240243
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
241244

0 commit comments

Comments
 (0)