mirror of https://github.com/kivy/kivy.git
Found this necessary when installing on MacOSX 10.8
This commit is contained in:
parent
7f529c9aa5
commit
b0d7b877ff
|
@ -28,6 +28,7 @@ use `Homebrew <http://mxcl.github.com/homebrew/>`_ to install thoses dependencie
|
||||||
brew install autoconf automake libtool pkg-config mercurial
|
brew install autoconf automake libtool pkg-config mercurial
|
||||||
brew link libtool
|
brew link libtool
|
||||||
brew link mercurial
|
brew link mercurial
|
||||||
|
sudo easy_install pip
|
||||||
sudo pip install cython
|
sudo pip install cython
|
||||||
|
|
||||||
Ensure that everything is ok before starting the second step!
|
Ensure that everything is ok before starting the second step!
|
||||||
|
|
Loading…
Reference in New Issue