Add script support to feature highlights in index (#6251)

This commit is contained in:
Zanie Blue 2024-08-20 09:08:13 -05:00 committed by GitHub
parent 81a50dcb08
commit a988ebe6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 1 deletions

View file

@ -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.