From 1ce8e01f365a89c7cfef19ec3af0e5df31c11c89 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 7 Oct 2021 00:18:58 +0200 Subject: [PATCH] =?UTF-8?q?Need=20pyaudio=20for=20SpeechRecognition=20to?= =?UTF-8?q?=20receive=20=F0=9F=8E=A4=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://pypi.org/project/SpeechRecognition/ --- run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.md b/run.md index 59dcaea..9f8bd28 100644 --- a/run.md +++ b/run.md @@ -42,7 +42,7 @@ pip install pyttsx3 - Open the command prompt/terminal and enter the below command to install `SpeechRecognition` ```md -pip install SpeechRecognition +pip install pyaudio SpeechRecognition ``` > Visit the [Speech Recognition documentation](https://pypi.org/project/SpeechRecognition/) to know more about this library. @@ -77,4 +77,4 @@ send email : Open email : Abort : Stop End with : Bye -``` \ No newline at end of file +```