diff --git a/docs/pip/packages.md b/docs/pip/packages.md index a47b1aa0e..cdce527b6 100644 --- a/docs/pip/packages.md +++ b/docs/pip/packages.md @@ -128,7 +128,7 @@ $ uv pip install --group some/path/pyproject.toml:foo --group other/pyproject.to !!! note - As in pip, `--group` flags do not apply to other sources specified with flags like `-r` or -e`. + As in pip, `--group` flags do not apply to other sources specified with flags like `-r` or `-e`. For instance, `uv pip install -r some/path/pyproject.toml --group foo` sources `foo` from `./pyproject.toml` and **not** `some/path/pyproject.toml`.