Skip to content

Commit 5b03c0b

Browse files
committed
Fixed SDL2 install command in doc
1 parent 871cc31 commit 5b03c0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/quickstart.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ project unless they have precisely the same requirements.
139139

140140
You can build an SDL2 APK similarly, creating a dist as follows::
141141

142-
python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2
142+
python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2,kivy
143+
144+
Note that you must now explicitly add ``kivy`` to the requirements, as
145+
its presence is now optional (you can alternatively use SDL2 in other
146+
ways, such as with PySDL2).
143147

144148
You can then make an APK in the same way, but this is more
145149
experimental and doesn't support as much customisation yet.

0 commit comments

Comments
 (0)