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