From e3c976ab54d4e2b3288b3b963b6df67ebcf8de22 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 8 Aug 2024 16:57:31 -0500 Subject: [PATCH] Add caveat about pip interface name --- docs/pip/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pip/index.md b/docs/pip/index.md index 6b0df8fc0819..5e5b5e1749af 100644 --- a/docs/pip/index.md +++ b/docs/pip/index.md @@ -17,3 +17,9 @@ The following sections discuss the basics of using `uv pip`: Please note these commands do not _exactly_ implement the interfaces and behavior of the tools they are based on. The further you stray from common workflows, the more likely you are to encounter differences. Consult the [pip-compatibility guide](./compatibility.md) for details. + +!!! important + + uv does not rely on or invoke pip. The pip interface is named as such to highlight its dedicated + purpose of providing low-level commands that match pip's interface and to separate it from the + rest of uv's commands which operate at a higher level of abstraction.