Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
puneith authored Jul 16, 2016
commit 8b3239dd1bb4121fa496520e678bb283808acfaa
2 changes: 1 addition & 1 deletion speech/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Before running these samples perform the steps:

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.

* You may run into compilation issues that mention PortAudio, in which case [install some dependencies][pyaudio-install].
* You may run into compilation issues when doing pip install below, in which case [install some dependencies][pyaudio-install].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...when doing the pip install below, in which case you may need to [install some dependencies][pyaudio-install].


* If you're running the `speech_rest.py` sample:

Expand Down