@@ -6,7 +6,7 @@ python-for-android
66[ ![ Backers on Open Collective] ( https://opencollective.com/kivy/backers/badge.svg )] ( #backers )
77[ ![ Sponsors on Open Collective] ( https://opencollective.com/kivy/sponsors/badge.svg )] ( #sponsors )
88
9- python-for-android is a packager for Python apps on Android. You can
9+ python-for-android is a packaging tool for Python apps on Android. You can
1010create your own Python distribution including the modules and
1111dependencies you want, and bundle it in an APK along with your own code.
1212
@@ -37,7 +37,7 @@ Quick instructions to start would be:
3737
3838 pip install python-for-android
3939
40- or to test the master branch:
40+ or to test the develop branch:
4141
4242 pip install git+https://github.com/kivy/python-for-android.git
4343
@@ -46,14 +46,14 @@ equivalent). To test that the installation worked, try::
4646
4747 python-for-android recipes
4848
49- This should return a list of recipes available to be built .
49+ This should return a list of available build recipes .
5050
5151To build any distributions, you need to set up the Android SDK and NDK
5252as described in the documentation linked above.
5353
5454If you did this, to build an APK with SDL2 you can try e.g.:
5555
56- p4a apk --requirements=kivy --private /home/asandy /devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
56+ p4a apk --requirements=kivy --private /home/username /devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
5757
5858For full instructions and parameter options, see [ the
5959documentation] ( https://python-for-android.readthedocs.io/en/latest/quickstart/#usage ) .
0 commit comments