From 9694c875d749e7f6a26d3ced0c6609ff6a590115 Mon Sep 17 00:00:00 2001 From: David Farr Date: Thu, 30 Jan 2025 13:45:42 -0800 Subject: [PATCH] Add py sdk and install instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a05d691..4f303330 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ Resonate's Distributed Async Await is a new programming model that simplifies co - **Built on an Open Standard**: Resonate's programming model is built on top of [durable promises](https://github.com/resonatehq/durable-promise-specification), an open standard with an intentionally minimal API surface area. +## Install +``` +brew install resonatehq/tap/resonate +``` + +You can also [download the latest release](https://github.com/resonatehq/resonate/releases/latest). + ## Getting Started 1. [Start building in just 30 seconds](https://docs.resonatehq.io/getting-started/quickstart) with our quickstart guide! @@ -51,8 +58,9 @@ Resonate's Distributed Async Await is a new programming model that simplifies co Resonate provides client SDKs for different programming languages to easily interact with the Resonate server and write elegant distributed async await applications. More are coming soon! | Type | Language | Source Code | Package | -| ------ | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ---------------------------------------------------- | -| TS SDK | TS SDK | https://github.com/resonatehq/resonate-sdk-ts | [NPM](https://www.npmjs.com/package/@resonatehq/sdk) | +| ------ | :-----------------------------------------------------------------------------------------------------------------: | --------------------------------------------- | ---------------------------------------------------- | +| py | py sdk | https://github.com/resonatehq/resonate-sdk-py | [pypi](https://pypi.org/project/resonate-sdk/) | +| ts | ts sdk | https://github.com/resonatehq/resonate-sdk-ts | [npm](https://www.npmjs.com/package/@resonatehq/sdk) | ## Core Features