7 ms·
You can also define required dependencies in a doc block at the top of the file and then just “uv run main” and it will automatically install and cache any depe
by thefreeman 4mo ago
You can also define required dependencies in a doc block at the top of the file and then just “uv run main” and it will automatically install and cache any dependencies and run. https://docs.astral.sh/uv/guides/scripts/ https://docs.astral.sh/uv/guides/scripts/