diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-16 03:13:02 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-16 03:13:02 +0300 |
commit | f2258aeb6ce93e8086cbf26ba94b76ff47b7dce4 (patch) | |
tree | ceab908bfe9392648e98e401dc087195f0f6b35a /examples/python-alsa/ReadMe.txt | |
parent | 84d4c545ee5f7ed2baf1c8b2c7a174f2da03569b (diff) | |
parent | 876ca841f9f7373c8af22204415bdf61ced1d2e3 (diff) | |
download | libADLMIDI-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.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 +=============================== + |