Skip to content

Commit

Permalink
Fix typo in PIP_COMPATIBILITY.md (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Mar 7, 2024
1 parent 59f4639 commit 438439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIP_COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 438439c

Please sign in to comment.