add easy_install information for cython. closes #29

This commit is contained in:
Mathieu Virbel 2012-12-14 00:54:05 +01:00
parent 9a6b0acce4
commit 48fe0740b0

View file

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