Skip to content

Commit

Permalink
docs: Fix uv flag in language dependencies manual. (#7724)
Browse files Browse the repository at this point in the history
Signed-off-by: Kelton Bassingthwaite <keltonbassingthwaite@gmail.com>
  • Loading branch information
KGB33 committed Jun 24, 2024
1 parent 8aac1a6 commit 0d4a488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Check [compatibility with `pip` and `pip-tools`](https://github.com/astral-sh/uv
The lock file is only created automatically for new modules. For existing modules that don't have it, it can be created (and updated) manually. For example:

```console
uv pip compile --generate-hashes --update-all -o requirements.lock pyproject.toml sdk/pyproject.toml
uv pip compile --generate-hashes --upgrade -o requirements.lock pyproject.toml sdk/pyproject.toml
```

The above command pulls in dependencies from `pyproject.toml` and `sdk/pyproject.toml`, gets their latest compatible versions, and writes them to `requirements.lock` with added hashes to verify integrity when downloading during install.
Expand Down

0 comments on commit 0d4a488

Please sign in to comment.