Skip to content

Commit

Permalink
Update INSTALL.rst file
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 16, 2020
1 parent 7737f82 commit f2f5ee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
version, extract and install it, use the following commands::

$ pip download python-rtmidi
$ tar -xzf python-rtmidi-1.4.0.tar.gz
$ cd python-rtmidi-1.4.0
$ tar -xzf python-rtmidi-1.4.1.tar.gz
$ cd python-rtmidi-1.4.1
$ python setup.py install

On Linux or macOS / OS X, if you want to install python-rtmidi into the
Expand Down Expand Up @@ -162,7 +162,7 @@ platform-specific hints below.
If you want to change the Cython source file ``_rtmidi.pyx`` or want to
recompile ``_rtmidi.cpp`` with a newer Cython version, you'll need to install
Cython >= 0.28. The ``_rtmidi.cpp`` file in the current source distribution
(version 1.4.0) is tagged with::
(version 1.4.1) is tagged with::

/* Generated by Cython 0.29.16 */

Expand Down

0 comments on commit f2f5ee8

Please sign in to comment.