Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrick committed Aug 16, 2024
1 parent 16a7f38 commit 0a13312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chat/client-libraries/cloud/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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`.

0 comments on commit 0a13312

Please sign in to comment.