From f714ccabff69c362e89d4b5accd8deaa54a0e2f1 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Mon, 16 Mar 2026 14:30:38 -0700 Subject: [PATCH] Added instructions for installing specific ActivitySim versions --- docs/users-guide/modelsetup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/users-guide/modelsetup.rst b/docs/users-guide/modelsetup.rst index a3293fdbd..f43a24219 100644 --- a/docs/users-guide/modelsetup.rst +++ b/docs/users-guide/modelsetup.rst @@ -235,6 +235,9 @@ for getting started but it does not rely on ActivitySim's own lockfile to instal end up with different versions of deep dependencies than those tested by ActivitySim developers. If you want to ensure exact versions of ActivitySim's deep dependencies, you should install ActivitySim using Option 2: From Source with Lockfile. +The command ``uv add activitysim`` installs the latest version of ActivitySim. To install a specific version, run the command ``uv add activitysim==[VERSION NUMBER]``. +For example, running the command ``uv add activitysim==1.2.1`` installs ActivitySim version 1.2.1. + Option 2: From Source with Lockfile ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~