Skip to content

Commit

Permalink
Small spelling adjust per STYLE.md
Browse files Browse the repository at this point in the history
Co-authored-by: samypr100 <[email protected]>
  • Loading branch information
FishAlchemist and samypr100 committed Nov 23, 2024
1 parent 16bd501 commit 2d44361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pip/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 2d44361

Please sign in to comment.