Update installation command for runpod-flash#335
Conversation
Updating from `uv add` to `uv tool install` so that subsequent directions in the README flow more easily.
|
Promptless prepared a documentation update related to this change. Triggered by PR #335 Updated Review: Update uv installation command |
There was a problem hiding this comment.
Pull request overview
Updates the README installation guidance for Flash to favor installing the CLI via uv tool install.
Changes:
- Replaces the uv installation command from
uv add runpod-flashtouv tool install runpod-flash.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@deanq the change was intended to be specific to the workflow in the docs, which were immediately followed by having the user invoke flash as a cli tool. It still needs to be added as a project ( |
|
There was something wrong with my environment that caused the errors. I have it setup right now with |
Updating from
uv addtouv tool installso that subsequent directions in the README flow more easily.