Skip to content

Commit fe23eeb

Browse files
committed
Merge pull request #302 from GoogleCloudPlatform/speech
Add missing -r flag to pip install.
2 parents 502ef25 + 29a02cd commit fe23eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)