diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-16 03:15:24 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-16 03:15:24 +0300 |
commit | a184c33a75b9b29a7277dcd01f00a744e2fe8306 (patch) | |
tree | eb3ccda43ee40f9c294d215d70ef49090e9b65dc /examples | |
parent | f2258aeb6ce93e8086cbf26ba94b76ff47b7dce4 (diff) | |
download | libADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.tar.gz libADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.tar.bz2 libADLMIDI-a184c33a75b9b29a7277dcd01f00a744e2fe8306.zip |
Minor fix in the python-alsa example readme
Diffstat (limited to 'examples')
-rw-r--r-- | examples/python-alsa/ReadMe.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/python-alsa/ReadMe.txt b/examples/python-alsa/ReadMe.txt index 6ca3eff..91c9ec1 100644 --- a/examples/python-alsa/ReadMe.txt +++ b/examples/python-alsa/ReadMe.txt @@ -1,7 +1,7 @@ Before to run this library, you must compile libADLMIDI shared library and then install pyalsaaudio package by PIP: -=============================== - sudo pip3 install alsaaudio -=============================== +================================= + sudo pip3 install pyalsaaudio +================================= |