mirror of https://github.com/astral-sh/uv
parent
8d6d0678a7
commit
861f7a1c42
|
|
@ -128,7 +128,7 @@ $ uv pip install --group some/path/pyproject.toml:foo --group other/pyproject.to
|
||||||
|
|
||||||
!!! note
|
!!! 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`
|
For instance, `uv pip install -r some/path/pyproject.toml --group foo` sources `foo`
|
||||||
from `./pyproject.toml` and **not** `some/path/pyproject.toml`.
|
from `./pyproject.toml` and **not** `some/path/pyproject.toml`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue