File tree 2 files changed +15
-2
lines changed
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.
25
25
26
26
Please refer to [ Setting Up a Python Development Environment] ( https://cloud.google.com/python/setup ) .
27
27
28
- ## Authentication
28
+ ### Authentication
29
29
30
30
To set up authentication, please refer to our
31
31
[ authentication getting started guide] ( https://cloud.google.com/docs/authentication/getting-started ) .
32
32
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
+
33
45
## Creating a queue
34
46
35
47
To create a queue using the Cloud SDK, use the following gcloud command:
Original file line number Diff line number Diff line change 1
1
Flask == 1.0.2
2
2
gunicorn == 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