From 29a02cd90f92bd947704872d055f93abfbf2b12d Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Thu, 28 Apr 2016 13:20:25 -0700 Subject: [PATCH] Add missing -r flag to pip install. Fixes #284 --- speech/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speech/api/README.md b/speech/api/README.md index bbca28d79b3e..b2207f740162 100644 --- a/speech/api/README.md +++ b/speech/api/README.md @@ -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