Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,17 @@ def main(args):

To learn more about using Python actions to build serverless applications, check out the main project documentation [here](https://github.com/apache/openwhisk/blob/master/docs/actions-python.md).

## Build Runtimes
## Build Python Runtime

There are two options to build the Python runtime:

- Building locally: [tutorial](tutorials/local_build.md)
- Using OpenWhisk Actions.
- Build using Docker
- Build using Gradle

### Building Python Runtime using OpenWhisk Actions
### Build Python Runtime using Docker
The runtimes can be built using Docker locally. Please follow the detailed [tutorial](tutorials/local_build.md) to build and test the runtime locally.

### Building Python Runtime using Gradle

Pre-requisites

Expand Down
Loading