Skip to content

Pare down Hello World template for simplicity, modify dependencies and README#8

Merged
StephenBarlow merged 3 commits intomainfrom
simplify-hello-world
Apr 8, 2026
Merged

Pare down Hello World template for simplicity, modify dependencies and README#8
StephenBarlow merged 3 commits intomainfrom
simplify-hello-world

Conversation

@StephenBarlow
Copy link
Copy Markdown
Contributor

@StephenBarlow StephenBarlow commented Apr 6, 2026

Folds in the even-more-bare-bones hello world from https://github.com/render-examples/workflows-template-python for consistency with docs and faster conceptual understanding

Copy link
Copy Markdown
Contributor

@blue-keleher blue-keleher left a comment

Choose a reason for hiding this comment

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

Looks good! Paring down seems like a good idea. I might change the PR title to indicate that the examples are changing significantly, not just the README and dependencies.

pip install -r requirements.txt

# Run the workflow service
python main.py
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oops, I thought we caught this on the original example but we need render workflows dev -- python main.py here instead. It might also be worth having a descriptive comment explaining that this starts a local dev server that will register your tasks, and maybe a step above that hints that the CLI should be installed (although it probably will be if this example is being run).

@StephenBarlow StephenBarlow changed the title Update README and dependencies for hello world Pare down Hello World template for simplicity, modify dependencies and README Apr 8, 2026
@StephenBarlow StephenBarlow merged commit c786063 into main Apr 8, 2026
@StephenBarlow StephenBarlow deleted the simplify-hello-world branch April 8, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants