Add a little README file

This commit is contained in:
Mathieu Virbel 2011-12-06 18:18:42 +01:00
parent e8dfd01016
commit e332369617

9
README.rst Normal file
View file

@ -0,0 +1,9 @@
Kivy for IOS
============
(This is a work in progress.)
#. Build the whole toolchain with ./build_all.sh
#. Copy your kivy/python application inside app/YourApp (the main.py must end in app/YourApp/main.py)
#. Open Xcode, and select the app/iOS-python-test.xcodeproj project
#. Click on Run