grammar nit (#1345)

This commit is contained in:
Jared Forsyth 2024-02-15 15:22:29 -06:00 committed by GitHub
parent 12c19ce506
commit 12caff3850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ To sync a set of locked dependencies with the virtual environment:
uv pip sync requirements.txt # Install from a requirements.txt file.
```
uv's `pip-install` and `pip-compile` commands supports many of the same command-line arguments
uv's `pip-install` and `pip-compile` commands support many of the same command-line arguments
as existing tools, including `-r requirements.txt`, `-c constraints.txt`, `-e .` (for editable
installs), `--index-url`, and more.