Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d53d7f

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎speech/grpc/README.md

Copy file name to clipboardExpand all lines: speech/grpc/README.md
+7-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.