Skip to content

Commit 7d53d7f

Browse files
drigzJon Wayne Parrott
authored andcommitted
Fix a path in README.md and add a step (#566)
1 parent 53f0f7b commit 7d53d7f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

speech/grpc/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ See the [Cloud Platform Auth Guide][auth-guide] for more information.
4242

4343
```sh
4444
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
45-
cd python-docs-samples/speech/api
45+
cd python-docs-samples/speech/grpc
46+
```
47+
48+
* If you don't have it already, install [virtualenv][virtualenv].
49+
50+
```sh
51+
pip install virtualenv
4652
```
4753

4854
* Create a [virtualenv][virtualenv]. This isolates the python dependencies

0 commit comments

Comments
 (0)