From 12caff3850f2be71323867fedacef29829972cec Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Thu, 15 Feb 2024 15:22:29 -0600 Subject: [PATCH] grammar nit (#1345) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0a32e39..5f437b73a 100644 --- a/README.md +++ b/README.md @@ -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.