Skip to content

Commit 3357185

Browse files
committed
Update README.md to correct the pip install command for installing requirements, improving clarity and accuracy in the project setup instructions.
1 parent dcab274 commit 3357185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/uv-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ uv tool install ruff # Install tool globally
136136

137137
# Package management (pip-compatible)
138138
uv pip install requests # Direct pip replacement
139-
uv pip sync requirements.txt
139+
uv pip install -r requirements.txt
140140
```
141141

142142
## New project flow

0 commit comments

Comments
 (0)