Skip to content

Commit 2ae8a16

Browse files
docs: Add verified email requirement to Flash documentation (#595)
Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
2 parents 3bc0fdf + 8cbd9a0 commit 2ae8a16

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

flash/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Write `@Endpoint` decorated Python functions on your local machine. Run them, an
4848

4949
## Setup
5050

51+
<Note>
52+
Flash requires a Runpod account with a verified email address.
53+
</Note>
54+
5155
### Install Flash
5256

5357
<Note>

flash/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quickstart gets you running GPU workloads on Runpod in minutes. You'll exec
1212

1313
## Requirements
1414

15-
- [Runpod account](/get-started/manage-accounts).
15+
- [Runpod account](/get-started/manage-accounts) with a verified email address.
1616
- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
1717
- [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported).
1818
- [uv](https://docs.astral.sh/uv/) installed.

0 commit comments

Comments
 (0)