We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 502ef25 + 29a02cd commit fe23eebCopy full SHA for fe23eeb
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