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
3838[ Cloud Platform Auth Guide] ( https://cloud.google.com/docs/authentication#developer_workflow )
3939for more information.
4040
41- ### Download code
41+ ### Setup
4242
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:
4444
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+ ```
5450
51+ 2 . Create virtualenv
5552```
5653virtualenv speechsamples
5754source speechsamples/bin/activate
You can’t perform that action at this time.
0 commit comments