Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51c5f41

Browse files
authored
Update README.md
1 parent bde8b4e commit 51c5f41

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

speech/api/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,17 @@ See the
3838
[Cloud Platform Auth Guide](https://cloud.google.com/docs/authentication#developer_workflow)
3939
for 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
```
5653
virtualenv speechsamples
5754
source speechsamples/bin/activate

0 commit comments

Comments
 (0)