Last active
December 22, 2015 23:29
-
-
Save abhijangda/6547565 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone http://github.com/kivy/kivy/ | |
| cd kivy | |
| git checkout sandbox-clock | |
| git pull https://github.com/abhijangda/kivy sandbox-clock | |
| make | |
| cd kivy/tools | |
| garden install filebrowser | |
| export PYTHONPATH=PATH-TO-ABOVE-KIVY | |
| cd .. | |
| cd .. | |
| cd .. | |
| git clone http://github.com/kivy/kivy-designer/ | |
| cd kivy-designer | |
| python main.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment