File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,23 @@ App Engine task attempts.
2525
2626Please refer to [ Setting Up a Python Development Environment] ( https://cloud.google.com/python/setup ) .
2727
28- ## Authentication
28+ ### Authentication
2929
3030To set up authentication, please refer to our
3131[ authentication getting started guide] ( https://cloud.google.com/docs/authentication/getting-started ) .
3232
33+ ### Install Dependencies
34+
35+ To install the dependencies for this sample, use the following command:
36+
37+ ```
38+ pip install -r requirements.txt
39+ ```
40+
41+ This sample uses the common protos in the [ googleapis] ( https://github.com/googleapis/googleapis )
42+ repository. For more info, see
43+ [ Protocol Buffer Basics] ( https://developers.google.com/protocol-buffers/docs/pythontutorial ) .
44+
3345## Creating a queue
3446
3547To create a queue using the Cloud SDK, use the following gcloud command:
Original file line number Diff line number Diff line change 11Flask == 1.0.2
22gunicorn == 19.9.0
3- google-cloud-tasks == 0.7.0
3+ google-cloud-tasks == 1.1.0
4+ googleapis-common-protos == 1.6.0
You can’t perform that action at this time.
0 commit comments