mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
7 lines
218 B
Bash
Executable File
7 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
# Install audio packages for Ubuntu which is needed for pyaudio.
|
|
|
|
sudo apt-get install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
|
|
sudo apt-get install ffmpeg libav-tools
|
|
|
|
pip install pyaudio |