readme update

This commit is contained in:
martin legrand
2025-03-26 23:39:10 +01:00
parent 1027a2a77b
commit 4cfcb28c60
3 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -10,7 +10,7 @@ pip install --upgrade pip
# install pyaudio
pip install pyaudio
# make sure essential tool are installed
sudo apt install python3-dev python3-pip python3-wheel build-essential
sudo apt install python3-dev python3-pip python3-wheel build-essential alsa-utils
# install port audio
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
# install wheel
@@ -24,7 +24,4 @@ pip3 install -r requirements.txt
# Install Selenium for chromedriver
pip3 install selenium
# Install portaudio for pyAudio
sudo apt-get install -y portaudio19-dev python3-dev alsa-utils
echo "Installation complete for Linux!"