install: ensure port audio installation

This commit is contained in:
martin legrand 2025-03-22 12:39:37 +01:00
parent 47b3bcf297
commit 771ac22d7f

View File

@ -7,6 +7,8 @@ sudo apt-get update
pip install --upgrade pip
# install port audio
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
# install wheel
pip install --upgrade pip setuptools wheel