Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flash/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed from uv add runpod-flash to uv tool install runpod-flash per PR #335 which updates the Flash SDK README with the same change. Using uv tool install makes Flash a globally accessible CLI tool.

Source: runpod/flash#335

```

### Authentication
Expand Down
Loading