Skip to content

Commit b7c2762

Browse files
authored
Merge pull request #1237 from n-ll1/fix-uv-dev-instructions
docs: Updated the uv command for installing Python dependencies.
2 parents 2d6aa91 + d558b6b commit b7c2762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies. To install all required dependencies for development, you can run
8989
the following command:
9090

9191
```
92-
uv install
92+
uv sync --all-extras --dev
9393
```
9494

9595
Please note that it installs dependencies within the dedicated virtual

0 commit comments

Comments
 (0)