Skip to content

Commit d558b6b

Browse files
committed
docs: Updated the uv command for installing Python dependencies.
1 parent 2d6aa91 commit d558b6b

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)