From 2ec38025c181af2583c8ba27772dfc2033304f10 Mon Sep 17 00:00:00 2001 From: qua-non Date: Fri, 19 Apr 2013 05:20:55 +0530 Subject: [PATCH] doc: installation instructions for development version from github on mac osx closes #569 --- doc/sources/installation/installation-macosx.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/sources/installation/installation-macosx.rst b/doc/sources/installation/installation-macosx.rst index 81bfec187..17139c81a 100644 --- a/doc/sources/installation/installation-macosx.rst +++ b/doc/sources/installation/installation-macosx.rst @@ -27,6 +27,20 @@ To install Kivy, you must: 3. Drag the Kivy.app into your Applications folder 4. Make sure to read the Readme.txt +Installing the dev version +-------------------------- + +Step 1. Follow the procedure mentioned above to install kivy stable. +step 2 Open a terminal and type the following commands into it. + + cd /Applications/Kivy.app/Contents/Resources/ + mv kivy kivy_stable + git clone http://github.com/kivy/kivy + cd kivy + make + +That's it. You now have the latest kivy from github. + Start any Kivy Application ----------------------------