mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix typo in PIP_COMPATIBILITY.md
(#2262)
See: https://github.com/astral-sh/uv/pull/2244#discussion_r1515364746.
This commit is contained in:
parent
59f4639863
commit
438439ca21
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue