From 78c1f339711a3e48dea535118391034e80522df7 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Fri, 8 May 2026 18:12:18 +0000 Subject: [PATCH] Update uv installation command to use tool install Change from `uv add runpod-flash` to `uv tool install runpod-flash` to match the Flash SDK README update. Using `uv tool install` installs Flash as a globally accessible CLI tool, which makes the subsequent `flash login` command work without needing `uv run`. --- flash/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/overview.mdx b/flash/overview.mdx index edc47dff..5defad60 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -60,7 +60,7 @@ Install Flash using `pip` or `uv`: pip install runpod-flash # Or uv -uv add runpod-flash +uv tool install runpod-flash ``` ### Authentication