File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,17 @@ See the
38
38
[ Cloud Platform Auth Guide] ( https://cloud.google.com/docs/authentication#developer_workflow )
39
39
for more information.
40
40
41
- ### Download code
41
+ ### Setup
42
42
43
- To download code or clone the repo go [ here ] [ home-page ] and then navigate appropriately.
43
+ Before running these samples perform the setup steps:
44
44
45
- ### Install pip
46
-
47
- Install [ pip] [ pip ] if not already installed
48
-
49
- ### Install virtualenv
50
-
51
- Install [ virtualenv] [ virtualenv ] if not already installed
52
-
53
- ### Create isolated Python environment
45
+ 1 . Clone this repo
46
+ ```
47
+ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
48
+ cd python-docs-samples/speech/api
49
+ ```
54
50
51
+ 2 . Create virtualenv
55
52
```
56
53
virtualenv speechsamples
57
54
source speechsamples/bin/activate
You can’t perform that action at this time.
0 commit comments