mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add script support to feature highlights in index (#6251)
This commit is contained in:
parent
81a50dcb08
commit
a988ebe6e7
2 changed files with 27 additions and 1 deletions
|
@ -22,6 +22,8 @@ See the [guide on installing Python](../guides/install-python.md) to get started
|
|||
Executing standalone Python scripts, e.g., `example.py`.
|
||||
|
||||
- `uv run`: Run a script.
|
||||
- `uv add --script`: Add a dependency to a script
|
||||
- `uv remove --script`: Remove a dependency from a script
|
||||
|
||||
See the [guide on running scripts](../guides/scripts.md) to get started.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue