mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-09 11:31:38 +08:00
add license, requirements, setup and install scripts
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user