add easy_install information for cython. closes #29
This commit is contained in:
parent
9a6b0acce4
commit
48fe0740b0
1 changed files with 5 additions and 1 deletions
|
@ -9,8 +9,12 @@ Kivy for IOS
|
|||
brew link libtool
|
||||
brew link mercurial
|
||||
|
||||
#. Install Cython (if you have pip, use it!)::
|
||||
#. Install Cython::
|
||||
|
||||
# easy-install method
|
||||
sudo easy_install cython
|
||||
|
||||
# pip method if available (sudo might be needed.)
|
||||
pip install cython
|
||||
|
||||
#. Build the whole toolchain with `tools/build_all.sh`
|
||||
|
|
Loading…
Reference in a new issue