Add pyaudio system libs

This commit is contained in:
Jimmy 2025-08-31 14:16:03 +12:00
parent 21edf22e9c
commit 606bc1c960
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ python_version = "3.13"
[scripts]
main = "watchfiles 'python main.py' ."
install = "sudo apt-get install aubio-tools libaubio-dev"
install = "sudo apt-get install aubio-tools libaubio-dev python3-pyaudio"