mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-22 11:34:09 +00:00
Small spelling adjust per STYLE.md
Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com>
This commit is contained in:
parent
444479bf85
commit
3f5dd5aa6f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue