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.
1 parent 53f0f7b commit 7d53d7fCopy full SHA for 7d53d7f
speech/grpc/README.md
@@ -42,7 +42,13 @@ See the [Cloud Platform Auth Guide][auth-guide] for more information.
42
43
```sh
44
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
45
- cd python-docs-samples/speech/api
+ 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
52
```
53
54
* Create a [virtualenv][virtualenv]. This isolates the python dependencies
0 commit comments