From 654900d4018b79d8c32acb49f5c6ec5b3373a792 Mon Sep 17 00:00:00 2001 From: bearnun Date: Tue, 4 Oct 2016 18:39:56 -0500 Subject: [PATCH] Update cython to 0.23 from 0.21 Because of "Kivy requires at least Cython version 0.23" from: https://kivy.org/docs/installation/installation.html --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cea324e..603f64d 100644 --- a/README.rst +++ b/README.rst @@ -32,10 +32,10 @@ Currently, the toolchain requires a few tools for compilation. You will need: brew install autoconf automake libtool pkg-config brew link libtool -#. Install Cython (0.21):: +#. Install Cython (0.23):: # pip method if available (sudo might be needed.) - pip install cython==0.21 + pip install cython==0.23 Using the toolchain