mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
Add support for --with-editable to uv tool (#6744)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> close #6272 ## Test Plan <!-- How was it tested? --> As in https://github.com/astral-sh/uv/pull/6262 --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
@@ -2593,6 +2593,10 @@ uv tool run [OPTIONS] [COMMAND]
|
||||
|
||||
</dd><dt><code>--with</code> <i>with</i></dt><dd><p>Run with the given packages installed</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 uv tool’s environment in a separate, ephemeral environment. These dependencies are allowed to conflict with those specified.</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>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
Reference in New Issue
Block a user