From 7a88672f3db352c5692d15aba6837abb2516c6b5 Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Fri, 7 Oct 2016 14:06:49 +0200 Subject: [PATCH] Fix a path in README.md and add a step --- speech/grpc/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/speech/grpc/README.md b/speech/grpc/README.md index c61fc0899d3..6112d6bbecc 100644 --- a/speech/grpc/README.md +++ b/speech/grpc/README.md @@ -42,7 +42,13 @@ See the [Cloud Platform Auth Guide][auth-guide] for more information. ```sh git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git - cd python-docs-samples/speech/api + cd python-docs-samples/speech/grpc + ``` + +* If you don't have it already, install [virtualenv][virtualenv]. + + ```sh + pip install virtualenv ``` * Create a [virtualenv][virtualenv]. This isolates the python dependencies