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 1294827

Browse filesBrowse files
puneithjerjou
authored andcommitted
* Update README.md
1 parent 174bf9f commit 1294827
Copy full SHA for 1294827

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎speech/api/README.md

Copy file name to clipboardExpand all lines: speech/api/README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ Before running these samples perform the steps:
4848
cd python-docs-samples/speech/api
4949
```
5050
51-
* Create virtualenv
51+
* Create a [virtualenv][virtualenv]
5252
```
5353
virtualenv env
5454
source env/bin/activate
5555
```
5656
5757
### Install the dependencies
5858
59-
The sample uses the [PyAudio][pyaudio] library to stream audio from your computer's microphone. PyAudio depends on [PortAudio][portaudio], which may need to be compiled when you install PyAudio. If you run into compilation issues that mention PortAudio, you may have to [install some dependencies][pyaudio-install].
59+
The sample uses the [PyAudio][pyaudio] library to stream audio from your computer's microphone. PyAudio depends on [PortAudio][portaudio], which may need to be installed separately, depending on your platform:
60+
61+
* Install the [pyAudio dependencies][pyaudio-install].
6062
6163
* If you're running the `speech_rest.py` sample:
6264
@@ -76,6 +78,7 @@ The sample uses the [PyAudio][pyaudio] library to stream audio from your compute
7678
[pip]: https://pip.pypa.io/en/stable/installing/
7779
[virtualenv]: https://virtualenv.pypa.io/en/stable/installation/
7880
[home-page]: https://github.com/GoogleCloudPlatform/python-docs-samples
81+
[virtualenv]: https://virtualenv.pypa.io/en/stable/installation/
7982
8083
## Run the example
8184

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.