You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/sentiment/README.md
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,32 @@ is located within the documentation.
8
8
This sample is a simple illustration of how to construct a sentiment analysis
9
9
request and process a response using the API.
10
10
11
+
## Prerequisites
12
+
13
+
1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/), including the [gcloud tool](https://cloud.google.com/sdk/gcloud/), and [gcloud app component](https://cloud.google.com/sdk/gcloud-app).
14
+
15
+
2. Setup the gcloud tool. This provides authentication to Google Cloud APIs and services.
0 commit comments