Fix typo in PIP_COMPATIBILITY.md (#2262)

See: https://github.com/astral-sh/uv/pull/2244#discussion_r1515364746.
This commit is contained in:
Charlie Marsh 2024-03-06 20:42:32 -08:00 committed by GitHub
parent 59f4639863
commit 438439ca21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,