File tree 2 files changed +14
-1
lines changed 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,18 @@ Please refer to [Setting Up a Python Development Environment](https://cloud.goog
23
23
To set up authentication, please refer to our
24
24
[ authentication getting started guide] ( https://cloud.google.com/docs/authentication/getting-started ) .
25
25
26
+ ## Install Dependencies
27
+
28
+ To install the dependencies for this sample, use the following command:
29
+
30
+ ```
31
+ pip install -r requirements.txt
32
+ ```
33
+
34
+ This sample uses the common protos in the [ googleapis] ( https://github.com/googleapis/googleapis )
35
+ repository. For more info, see
36
+ [ Protocol Buffer Basics] ( https://developers.google.com/protocol-buffers/docs/pythontutorial ) .
37
+
26
38
## Creating a queue
27
39
28
40
To create a queue (named ` my-queue ` ) using the Cloud SDK, use the following
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