From 85721265adaa67822266ab4b412e31785f344ae1 Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:45:26 +0800 Subject: [PATCH] Update docs/pip/compatibility.md Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com> --- docs/pip/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pip/compatibility.md b/docs/pip/compatibility.md index 9b37d4466cf49..ef942a61f08ea 100644 --- a/docs/pip/compatibility.md +++ b/docs/pip/compatibility.md @@ -468,7 +468,7 @@ the ordering of requirements in input files for `uv pip compile`. 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