Skip to content

Commit 22f28f2

Browse files
committed
Update uv instructions
1 parent fedc38b commit 22f28f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Please refer to the [uv documentation](https://docs.astral.sh/uv) or `uv help` f
146146
# activate uv-generated virtual environment ("venv")
147147
. .venv/bin/activate # Windows: '.venv/Scripts/activate'
148148

149-
# create/synchronize venv based on uv.lock file
149+
# create/synchronize venv based on uv.lock, update uv.lock based on pyproject.toml
150150
uv sync
151151
uv sync --dev # include dev dependencies
152152

0 commit comments

Comments
 (0)