Skip to content

Commit

Permalink
Add missing -r flag to pip install.
Browse files Browse the repository at this point in the history
Fixes #284
  • Loading branch information
Jerjou Cheng committed Apr 28, 2016
1 parent ad7d75f commit 76324f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speech/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ for more information.
* If you're running the `speech_rest.py` sample:

```sh
$ pip install requirements-speech_rest.txt
$ pip install -r requirements-speech_rest.txt
```

* If you're running the `speech_streaming.py` sample:
```sh
$ pip install requirements-speech_streaming.txt
$ pip install -r requirements-speech_streaming.txt
```
## Run the example
Expand Down

0 comments on commit 76324f4

Please sign in to comment.