Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions flash/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Write `@Endpoint` decorated Python functions on your local machine. Run them, an

## Setup

<Note>
Flash requires a Runpod account with a verified email address.
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.

Citation: Mo King noted that Flash requires users to have a verified email address on their Runpod account.
View source

</Note>

### Install Flash

<Note>
Expand Down
2 changes: 1 addition & 1 deletion flash/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This quickstart gets you running GPU workloads on Runpod in minutes. You'll exec

## Requirements

- [Runpod account](/get-started/manage-accounts).
- [Runpod account](/get-started/manage-accounts) with a verified email address.
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.

Citation: Mo King noted that Flash requires users to have a verified email address on their Runpod account.
View source

- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
- [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported).
- [uv](https://docs.astral.sh/uv/) installed.
Expand Down
Loading