aboutsummaryrefslogtreecommitdiff
path: root/examples/python-alsa/ReadMe.txt
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-07-16 03:13:02 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-07-16 03:13:02 +0300
commitf2258aeb6ce93e8086cbf26ba94b76ff47b7dce4 (patch)
treeceab908bfe9392648e98e401dc087195f0f6b35a /examples/python-alsa/ReadMe.txt
parent84d4c545ee5f7ed2baf1c8b2c7a174f2da03569b (diff)
parent876ca841f9f7373c8af22204415bdf61ced1d2e3 (diff)
downloadlibADLMIDI-f2258aeb6ce93e8086cbf26ba94b76ff47b7dce4.tar.gz
libADLMIDI-f2258aeb6ce93e8086cbf26ba94b76ff47b7dce4.tar.bz2
libADLMIDI-f2258aeb6ce93e8086cbf26ba94b76ff47b7dce4.zip
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Diffstat (limited to 'examples/python-alsa/ReadMe.txt')
-rw-r--r--examples/python-alsa/ReadMe.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/python-alsa/ReadMe.txt b/examples/python-alsa/ReadMe.txt
new file mode 100644
index 0000000..6ca3eff
--- /dev/null
+++ b/examples/python-alsa/ReadMe.txt
@@ -0,0 +1,7 @@
+Before to run this library, you must compile libADLMIDI shared library
+and then install pyalsaaudio package by PIP:
+
+===============================
+ sudo pip3 install alsaaudio
+===============================
+