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:
parent
c7624becbd
commit
654900d401
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue