doc: installation instructions for development version from github on

mac osx closes #569
This commit is contained in:
qua-non 2013-04-19 05:20:55 +05:30
parent 27c65d6b89
commit 2ec38025c1
1 changed files with 14 additions and 0 deletions

View File

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