gogo
parent
24dc4daeb9
commit
e813e3e46a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue