From 0a13312c240a4a126a012e8f26344bede3134b19 Mon Sep 17 00:00:00 2001 From: pierrick Date: Fri, 16 Aug 2024 21:20:56 +0000 Subject: [PATCH] README fixes --- chat/client-libraries/cloud/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/client-libraries/cloud/README.md b/chat/client-libraries/cloud/README.md index bd42691c..9fbdcfdf 100644 --- a/chat/client-libraries/cloud/README.md +++ b/chat/client-libraries/cloud/README.md @@ -1,6 +1,6 @@ # Google Chat API - Cloud Client library samples -## Setup +## Set up 1. Add `service_account.json` and/or `client_secrets.json` to the current folder depending on the credentials used by the samples to run: @@ -11,11 +11,11 @@ 1. `client_secrets.json` for [user credentials](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) -1. Execute `npm install` +1. Execute `pip install -r requirements.txt` ## Run Execute `python replace-with-the-sample-file.py` wih the sample file path of the sample. -For example, to run the sample `create-message-app-cred`, your should run +For example, to run the sample `create-message-app-cred`, you should run `python create-message-app-cred.py`.