From 876ca841f9f7373c8af22204415bdf61ced1d2e3 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 12 Jul 2018 21:14:33 +0300 Subject: Added simple Python 3 example of library usage --- examples/python-alsa/ReadMe.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/python-alsa/ReadMe.txt (limited to 'examples/python-alsa/ReadMe.txt') 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 +=============================== + -- cgit v1.2.3