From b0d7b877ff02cb4589a47916ae9d37ae55edcdad Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 30 May 2013 12:59:48 -0500 Subject: [PATCH] Found this necessary when installing on MacOSX 10.8 --- doc/sources/guide/packaging-ios.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 11e8af68e..3c14b03a7 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -28,6 +28,7 @@ use `Homebrew `_ to install thoses dependencie brew install autoconf automake libtool pkg-config mercurial brew link libtool brew link mercurial + sudo easy_install pip sudo pip install cython Ensure that everything is ok before starting the second step!