From 438439ca2133f8d1e77c4ed348f7465561439742 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 6 Mar 2024 20:42:32 -0800 Subject: [PATCH] Fix typo in `PIP_COMPATIBILITY.md` (#2262) See: https://github.com/astral-sh/uv/pull/2244#discussion_r1515364746. --- PIP_COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIP_COMPATIBILITY.md b/PIP_COMPATIBILITY.md index a1cedcb4a..5f8b889c1 100644 --- a/PIP_COMPATIBILITY.md +++ b/PIP_COMPATIBILITY.md @@ -4,7 +4,7 @@ uv is designed as a drop-in replacement for common `pip` and `pip-tools` workflo Informally, the intent is such that existing `pip` and `pip-tools` users can switch to uv without making meaningful changes to their packaging workflows; and, in most cases, swapping out -`pip install` for `uv install` should "just work". +`pip install` for `uv pip install` should "just work". However, uv is _not_ intended to be an _exact_ clone of `pip`, and the further you stray from common `pip` workflows, the more likely you are to encounter differences in behavior. In some cases,