Skip to content

Commit 1294827

Browse files
puneithjerjou
authored andcommitted
Readme fix (#423)
* Update README.md
1 parent 174bf9f commit 1294827

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

speech/api/README.md

Lines 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)