Skip to content

Commit

Permalink
dependencies: fix incorrect command
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 7, 2025
1 parent 0cffe69 commit 3fcb926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/projects/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ inclusion or exclusion of its dependencies. Additionally, the `dev` group is

To install dependencies you can use install or sync
```console
$ uv pip install
$ uv python install
$ uv sync --all-extras # installs all optional dependencies
$ uv sync --group lint # installs dependency group lint
$ uv sync --only-group lint # installs ONLY dependency group lint
Expand Down

0 comments on commit 3fcb926

Please sign in to comment.