File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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::
4646 pip install git+https://github.com/kivy/python-for-android.git
4747
4848The 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::
5050
5151 python-for-android recipes
5252
@@ -55,7 +55,7 @@ This should return a list of recipes available to be built.
5555To build any distributions, you need to set up the Android SDK and NDK
5656as described in the documentation linked above.
5757
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.::
5959
6060 p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
6161
You can’t perform that action at this time.
0 commit comments