aboutsummaryrefslogtreecommitdiff
path: root/examples/python-alsa/ReadMe.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2018-07-12 21:14:33 +0300
committerWohlstand <admin@wohlnet.ru>2018-07-12 21:14:33 +0300
commit876ca841f9f7373c8af22204415bdf61ced1d2e3 (patch)
treea9e63a9e4212f1748f8e14048dedcc68f4cc7855 /examples/python-alsa/ReadMe.txt
parent35aacd58e6a4617c6032f940d32a25b10ecd2374 (diff)
downloadlibADLMIDI-876ca841f9f7373c8af22204415bdf61ced1d2e3.tar.gz
libADLMIDI-876ca841f9f7373c8af22204415bdf61ced1d2e3.tar.bz2
libADLMIDI-876ca841f9f7373c8af22204415bdf61ced1d2e3.zip
Added simple Python 3 example of library usage
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
+===============================
+