Skip to content

Commit bdaeee9

Browse files
authored
Update README.md
1 parent e2c2a38 commit bdaeee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Prebuilt in container image `ghcr.io/astral-sh/uv:latest`
1515
`uv publish --token $pypi_token`
1616
- uv does not have equivalent to option [`--skip-existing`](https://github.com/astral-sh/uv/issues/7917)
1717

18-
`uv sync --active [--all-extras]`
18+
`uv sync --active [--extra <extra-name>] [--all-extras]`
1919
- use `--active` to target the active (current) environment
2020

21-
`uv add --optional <extra-name> <dependency>[ <dependency>...]`
21+
`uv add --optional <extra-name> <dependency>[ <dependency> ...]`
2222
- add several optional dependencies to group named as <extra-name>. When published, the group is considered as extra
2323
# migrate
2424
`uvx migrate-to-uv` support from `pip`, `poetry`, `pipenv`, `pip-tools`

0 commit comments

Comments
 (0)