From 3f5dd5aa6fb8ca4bf82ffbe183246a6fd95f2d26 Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:45:15 +0800 Subject: [PATCH] Small spelling adjust per STYLE.md Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com> --- docs/pip/compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pip/compatibility.md b/docs/pip/compatibility.md index d25b3c645..eb4ec0636 100644 --- a/docs/pip/compatibility.md +++ b/docs/pip/compatibility.md @@ -465,10 +465,10 @@ the ordering of requirements in input files for `uv pip compile`. ## Installing a package from a specified directory -UV does not reinstall already installed packages by default. +uv does not reinstall already installed packages by default. Consequently, it will not behave like `pip install `, reinstalling every time. This is -expected behavior, as UV anticipates that you might want to update to a newer version. +expected behavior, as uv anticipates that you might want to update to a newer version. For packages under development, [editable installs](packages.md#editable-packages) are recommended. Alternatively, you can force a reinstall with the --reinstall flag or by setting the