File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
101101version, extract and install it, use the following commands::
102102
103103 $ pip download python-rtmidi
104- $ tar -xzf python-rtmidi-1.4.8 .tar.gz
105- $ cd python-rtmidi-1.4.8
104+ $ tar -xzf python-rtmidi-1.4.9 .tar.gz
105+ $ cd python-rtmidi-1.4.9
106106 $ python setup.py install
107107
108108On Linux or macOS / OS X, if you want to install python-rtmidi into the
@@ -162,7 +162,7 @@ platform-specific hints below.
162162If you want to change the Cython source file ``_rtmidi.pyx `` or want to
163163recompile ``_rtmidi.cpp `` with a newer Cython version, you'll need to install
164164Cython >= 0.28. The ``_rtmidi.cpp `` file in the current source distribution
165- (version 1.4.8 ) is tagged with::
165+ (version 1.4.9 ) is tagged with::
166166
167167 /* Generated by Cython 0.29.23 */
168168
Original file line number Diff line number Diff line change 1- version = '1.4.8 '
1+ version = '1.4.9 '
You can’t perform that action at this time.
0 commit comments