master
bel 2023-03-29 19:15:30 -06:00
parent 24dc4daeb9
commit e813e3e46a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ _mayhem_party() {
}
_stt() {
if ! python3 -m pip info PyAudio; then
if ! python3 -m pip show PyAudio; then
sudo apt -y install \
portaudio19-dev \
python3-pyaudio \