From dfcd634327faa14d63be194d7d91767e7f82de5c Mon Sep 17 00:00:00 2001 From: Dev-loper0 <33690288+Dev-loper0@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:02:55 -0800 Subject: [PATCH 1/2] Update setup.py add pocketsphinx it is required by speech_recognition --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 27842d6..715e82a 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ 'SpeechRecognition==3.8.1', 'pydub==0.25.1', 'selenium', + 'pocketsphinx' ] setup( From 314a92cc5a0a5a7abd1e9eebb533e9e7ef71a568 Mon Sep 17 00:00:00 2001 From: Dev-loper0 <33690288+Dev-loper0@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:08:47 -0800 Subject: [PATCH 2/2] Update README.md install ffmbeg --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ba96e86..6fe1522 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ 🐍 Support Python >= 3.7 # Installation +### install FFMPEG + +### Windows +``` +winget install ffmpeg +``` + +### Unix like systems +``` +sudo apt install ffmpeg +``` ### Install from PyPI