Skip to content

Commit

Permalink
Add caveat about pip interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 8, 2024
1 parent a5ccc32 commit e3c976a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e3c976a

Please sign in to comment.