@@ -90,7 +90,7 @@ There are two recommended ways to install ActivitySim:
9090
91911. Using a :ref: `pre-packaged installer `
9292
93- 2. Using :ref: `Python the uv package and project manager `
93+ 2. Using the :ref: `UV Package and Project Manager `
9494
9595The first is recommended for users who do not need to change the Python code and are on Windows,
9696and the second is recommended for users who need to change/customize the Python code.
@@ -121,7 +121,7 @@ Once the install is complete, ActivitySim can be run directly from any command
121121prompt by running `<install_location>/Scripts/ActivitySim.exe `.
122122
123123
124- Using * uv * package and project manager
124+ UV Package and Project Manager
125125______________________________________
126126
127127This method is recommended for ActivitySim users who are familiar with
@@ -220,7 +220,21 @@ and then run code.
220220`here <https://docs.astral.sh/uv/getting-started/installation/ >`_. (Skip
221221if already installed above. It only needs to be installed once per machine.)
222222
223- 2. Clone the ActivitySim project using Git. (If Git is not installed,
223+ .. note ::
224+ If you already have *uv * installed from an older project and you encounter errors
225+ such as
226+ ::
227+
228+ error: Failed to parse uv.lock... missing field version...
229+
230+ later in the process, you may need to update *uv * to the latest version by reinstalling it via the official
231+ installation script: https://docs.astral.sh/uv/getting-started/installation/#standalone-installer.
232+ You can check the version of *uv * you have installed by running
233+ ::
234+
235+ uv --version
236+
237+ 1. Clone the ActivitySim project using Git. (If Git is not installed,
224238instructions can be found `here <https://git-scm.com/downloads >`_.)
225239
226240::
0 commit comments