We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502ef25 commit 29a02cdCopy full SHA for 29a02cd
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