mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Document the effect of ordering on package priority (#6211)
Closes https://github.com/astral-sh/uv/issues/6209 Closes https://github.com/astral-sh/uv/issues/5474
This commit is contained in:
parent
6bc8639ce8
commit
c817f41951
4 changed files with 28 additions and 3 deletions
|
@ -3546,6 +3546,8 @@ uv pip compile [OPTIONS] <SRC_FILE>...
|
|||
|
||||
<p>If <code>-</code> is provided, then requirements will be read from stdin.</p>
|
||||
|
||||
<p>The order of the requirements files and the requirements in them is used to determine priority during resolution.</p>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<h3 class="cli-reference">Options</h3>
|
||||
|
@ -4191,7 +4193,9 @@ uv pip install [OPTIONS] <PACKAGE|--requirement <REQUIREMENT>|--editable <EDITAB
|
|||
|
||||
<h3 class="cli-reference">Arguments</h3>
|
||||
|
||||
<dl class="cli-reference"><dt><code>PACKAGE</code></dt><dd><p>Install all listed packages</p>
|
||||
<dl class="cli-reference"><dt><code>PACKAGE</code></dt><dd><p>Install all listed packages.</p>
|
||||
|
||||
<p>The order of the packages is used to determine priority during resolution.</p>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue