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
This commit is contained in:
bearnun 2016-10-04 18:39:56 -05:00 committed by GitHub
parent c7624becbd
commit 654900d401

View file

@ -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