mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Add --with-editable support to uv run (#6262)
Closes https://github.com/astral-sh/uv/issues/6254
This commit is contained in:
@@ -322,6 +322,10 @@ uv run [OPTIONS] <COMMAND>
|
||||
|
||||
<p>When used in a project, these dependencies will be layered on top of the project environment in a separate, ephemeral environment. These dependencies are allowed to conflict with those specified by the project.</p>
|
||||
|
||||
</dd><dt><code>--with-editable</code> <i>with-editable</i></dt><dd><p>Run with the given packages installed as editables</p>
|
||||
|
||||
<p>When used in a project, these dependencies will be layered on top of the project environment in a separate, ephemeral environment. These dependencies are allowed to conflict with those specified by the project.</p>
|
||||
|
||||
</dd><dt><code>--with-requirements</code> <i>with-requirements</i></dt><dd><p>Run with all packages listed in the given <code>requirements.txt</code> files.</p>
|
||||
|
||||
<p>The same environment semantics as <code>--with</code> apply.</p>
|
||||
|
||||
Reference in New Issue
Block a user