From b88f1ecc0971273d311c0ff6ca01cd79c4fab800 Mon Sep 17 00:00:00 2001 From: Dennis Rall <56480601+dennisrall@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:37:42 +0200 Subject: [PATCH] docs: add hint for packages on multiple indexes (#1188) --- docs/guide/sources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/sources.md b/docs/guide/sources.md index cae24beb75..4371da8942 100644 --- a/docs/guide/sources.md +++ b/docs/guide/sources.md @@ -85,6 +85,9 @@ This is a [PEP 503](https://www.python.org/dev/peps/pep-0503/) type index as pro by tools such as PyPI or [devpi](https://github.com/devpi/devpi). It corresponds to the arguments `--index-url` or `--extra-index-url` in pip. +Note: see the [`uv` documentation](https://github.com/astral-sh/uv/blob/main/PIP_COMPATIBILITY.md#packages-that-exist-on-multiple-indexes) +for more on the use of multiple indexes. + ### `find-links` This is a source that can be of a variety of types and has to point to a file path