Skip to content

Commit

Permalink
Update installation-macosx.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Jul 7, 2015
1 parent 806de4f commit bccd9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/sources/installation/installation-macosx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ Step 1. Follow the procedure mentioned above to install kivy stable.
Step 2. Install the requirements like (sdl2, sdl2_ttf, sdl2_mixerm, gstreamer) as frameworks on your system.
step 2. Open a terminal and type the following commands into it::

kivy -m pip install cython
cd /Applications/Kivy.app/Contents/Resources/
mv kivy kivy_stable
git clone http://github.com/kivy/kivy
cd kivy
make
kivy setup.py build_ext --inplace

That's it. You now have the latest kivy from github.

Expand Down

0 comments on commit bccd9e0

Please sign in to comment.