mirror of https://github.com/kivy/kivy.git
packaging-ios: use cython 0.23
This commit is contained in:
parent
74b09f75fd
commit
a9537ad456
|
@ -35,7 +35,7 @@ those dependencies::
|
|||
brew install autoconf automake libtool pkg-config
|
||||
brew link libtool
|
||||
sudo easy_install pip
|
||||
sudo pip install cython==0.21.2
|
||||
sudo pip install cython==0.23
|
||||
|
||||
For more detail, see :ref:`IOS Prerequisites <packaging_ios_prerequisites>`.
|
||||
Just ensure that everything is ok before starting the second step!
|
||||
|
|
Loading…
Reference in New Issue