Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

Author:    puneith <puneith@google.com>
  • Loading branch information
puneithk committed Jul 18, 2016
1 parent e9d9164 commit 781e13b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions speech/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ Before running these samples perform the steps:
cd python-docs-samples/speech/api
```
* Create virtualenv
* Create a [virtualenv][virtualenv]
```
virtualenv env
source env/bin/activate
```
### Install the dependencies
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].
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:
* Install the [pyAudio dependencies][pyaudio-install].
* If you're running the `speech_rest.py` sample:
Expand All @@ -76,6 +78,7 @@ The sample uses the [PyAudio][pyaudio] library to stream audio from your compute
[pip]: https://pip.pypa.io/en/stable/installing/
[virtualenv]: https://virtualenv.pypa.io/en/stable/installation/
[home-page]: https://github.com/GoogleCloudPlatform/python-docs-samples
[virtualenv]: https://virtualenv.pypa.io/en/stable/installation/
## Run the example
Expand Down

0 comments on commit 781e13b

Please sign in to comment.