File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ or to test the master branch::
46
46
pip install git+https://github.com/kivy/python-for-android.git
47
47
48
48
The executable is called ``python-for-android `` or ``p4a `` (both are
49
- equivalent). To test that the installation worked, try
49
+ equivalent). To test that the installation worked, try::
50
50
51
51
python-for-android recipes
52
52
@@ -55,7 +55,7 @@ This should return a list of recipes available to be built.
55
55
To build any distributions, you need to set up the Android SDK and NDK
56
56
as described in the documentation linked above.
57
57
58
- If you did this, to build an APK with SDL2 you can try e.g.
58
+ If you did this, to build an APK with SDL2 you can try e.g.::
59
59
60
60
p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
61
61
You can’t perform that action at this time.
0 commit comments