From f2f5ee8bd5d82e0bd8a6ec1305500b102f57ce10 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 16 Apr 2020 14:47:31 +0200 Subject: [PATCH] Update INSTALL.rst file Signed-off-by: Christopher Arndt --- INSTALL.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 1afd568e..079d161b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 @@ -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 */