diff options
author | Wohlstand <admin@wohlnet.ru> | 2018-07-12 21:14:33 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2018-07-12 21:14:33 +0300 |
commit | 876ca841f9f7373c8af22204415bdf61ced1d2e3 (patch) | |
tree | a9e63a9e4212f1748f8e14048dedcc68f4cc7855 /examples/python-alsa/ReadMe.txt | |
parent | 35aacd58e6a4617c6032f940d32a25b10ecd2374 (diff) | |
download | libADLMIDI-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.txt | 7 |
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 +=============================== + |