Skip to content

Commit

Permalink
Update docs/pip/compatibility.md
Browse files Browse the repository at this point in the history
Co-authored-by: samypr100 <[email protected]>
  • Loading branch information
FishAlchemist and samypr100 authored Nov 21, 2024
1 parent 6c4ddfb commit 8572126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pip/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <folder>`, 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
Expand Down

0 comments on commit 8572126

Please sign in to comment.