Skip to content

Commit 29a02cd

Browse files
author
Jerjou Cheng
committed
Add missing -r flag to pip install.
Fixes #284
1 parent 502ef25 commit 29a02cd

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)