packaging-ios: use cython 0.23

This commit is contained in:
Ben Hagen 2016-02-03 17:43:07 +01:00
parent 74b09f75fd
commit a9537ad456
1 changed files with 1 additions and 1 deletions

View File

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