Simplify Flash apps documentation, improve Flash quickstart#547
Simplify Flash apps documentation, improve Flash quickstart#547muhsinking merged 6 commits intomainfrom
Conversation
| - [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account. | ||
| - [Python 3.10+](https://www.python.org/downloads/) installed. | ||
| - [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported). | ||
| - [uv](https://docs.astral.sh/uv/) installed. |
There was a problem hiding this comment.
Citation: Added uv to the Requirements section per Mo King's request. The quickstart already uses uv commands in Step 1 but didn't list it as a prerequisite.
View source
| ``` | ||
|
|
||
| <Warning> | ||
| Make sure you activate your virtual environment in the same directory where you created the `gpu_demo.py` file. If you open a new terminal, run `source .venv/bin/activate` before executing the script. |
There was a problem hiding this comment.
Citation: Mo King requested adding a warning about activating the virtual environment in the same directory where the Python file was created.
View source
| If you're having authorization issues, you can set your API key directly in your terminal: | ||
|
|
||
| ```bash | ||
| export RUNPOD_API_KEY="your_key" |
There was a problem hiding this comment.
Citation: Mo King requested adding a note about using the export RUNPOD_API_KEY=your_key command for authorization issues, with the full command visible.
View source
| export RUNPOD_API_KEY="your_key" | ||
| ``` | ||
|
|
||
| Replace `your_key` with your actual API key from the [Runpod console](https://www.runpod.io/console/user/settings). |
There was a problem hiding this comment.
Citation: Added quotes around the API key value per Mo King's request to use proper shell syntax: export RUNPOD_API_KEY="your_key"
View source
| - [Runpod account](/get-started/manage-accounts). | ||
| - [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account. | ||
| - [Python 3.10+](https://www.python.org/downloads/) installed. | ||
| - [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported). |
There was a problem hiding this comment.
Citation: Per Mo King's request to clarify that Python 3.13+ is not supported in Flash requirements.
View source
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
Uh oh!
There was an error while loading. Please reload this page.