An open API service indexing awesome lists of open source software.

https://github.com/render-examples/workflows-template-python


https://github.com/render-examples/workflows-template-python

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# Render Workflows Template - Python

> [!IMPORTANT]
> **[Render Workflows](https://render.com/docs/workflows) is in public beta.**

Copy this template to your GitHub account by clicking **Use this template > Create a new repository**.

- **To get started with this template,** see [Your First Workflow](https://render.com/docs/workflows-tutorial).

- **To run locally,** see [Local Dev with Render Workflows](https://render.com/docs/workflows-local-development).

When deploying your copy of this template as a workflow service on Render, set the following:

| Option | Value |
| ------------- | ----- |
| Build command | `pip install -r requirements.txt` |
| Start command | `python main.py` |