Skip to content

Commit ebcfc25

Browse files
Merge branch 'master' into mergeMail
2 parents b08b35c + fe23eeb commit ebcfc25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

managed_vms/endpoints/clients/google-id-token-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import argparse
2121

2222
import oauth2client.client
23-
import oauth2client.tools
2423
import oauth2client.file
24+
import oauth2client.tools
2525
import requests
2626
from six.moves import urllib
2727

speech/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ for more information.
4343
* If you're running the `speech_rest.py` sample:
4444

4545
```sh
46-
$ pip install requirements-speech_rest.txt
46+
$ pip install -r requirements-speech_rest.txt
4747
```
4848

4949
* If you're running the `speech_streaming.py` sample:
5050
5151
```sh
52-
$ pip install requirements-speech_streaming.txt
52+
$ pip install -r requirements-speech_streaming.txt
5353
```
5454
5555
## Run the example

0 commit comments

Comments
 (0)