add license, requirements, setup and install scripts

This commit is contained in:
Brian Delhaisse
2019-03-16 01:13:24 +01:00
parent a5758ff6aa
commit 6cf8659465
15 changed files with 723 additions and 1 deletions
+7
View File
@@ -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