Skip to content

Update README and dependencies for hello world#8

Open
StephenBarlow wants to merge 2 commits intomainfrom
simplify-hello-world
Open

Update README and dependencies for hello world#8
StephenBarlow wants to merge 2 commits intomainfrom
simplify-hello-world

Conversation

@StephenBarlow
Copy link
Copy Markdown

@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).

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