Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pip/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ To sync an environment with a `requirements.txt` file:
$ uv pip sync requirements.txt
```

To sync an environment with a `pyproject.toml` file:
To sync an environment with a [PEP 751](https://peps.python.org/pep-0751/) `pylock.toml` file:

```console
$ uv pip sync pyproject.toml
$ uv pip sync pylock.toml
```

## Adding constraints
Expand Down
Loading