We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b08b35c + fe23eeb commit ebcfc25Copy full SHA for ebcfc25
managed_vms/endpoints/clients/google-id-token-client.py
@@ -20,8 +20,8 @@
20
import argparse
21
22
import oauth2client.client
23
-import oauth2client.tools
24
import oauth2client.file
+import oauth2client.tools
25
import requests
26
from six.moves import urllib
27
speech/api/README.md
@@ -43,13 +43,13 @@ for more information.
43
* If you're running the `speech_rest.py` sample:
44
45
```sh
46
- $ pip install requirements-speech_rest.txt
+ $ pip install -r requirements-speech_rest.txt
47
```
48
49
* If you're running the `speech_streaming.py` sample:
50
51
52
- $ pip install requirements-speech_streaming.txt
+ $ pip install -r requirements-speech_streaming.txt
53
54
55
## Run the example
0 commit comments