Merge pull request #29 from cclauss/patch-1
Need pyaudio for SpeechRecognition to receive 🎤 input
This commit is contained in:
commit
b5b647c2f8
2
run.md
2
run.md
@ -42,7 +42,7 @@ pip install pyttsx3
|
|||||||
- Open the command prompt/terminal and enter the below command to install `SpeechRecognition`
|
- Open the command prompt/terminal and enter the below command to install `SpeechRecognition`
|
||||||
|
|
||||||
```md
|
```md
|
||||||
pip install SpeechRecognition
|
pip install pyaudio SpeechRecognition
|
||||||
```
|
```
|
||||||
> Visit the [Speech Recognition documentation](https://pypi.org/project/SpeechRecognition/) to know more about this library.
|
> Visit the [Speech Recognition documentation](https://pypi.org/project/SpeechRecognition/) to know more about this library.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user