Skip to content

Commit 2f84ad6

Browse files
committed
Fixed recipes -> requirements in quickstart doc
1 parent f2bafd1 commit 2f84ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ project unless they have precisely the same requirements.
137137

138138
You can build an SDL2 APK similarly, creating a dist as follows::
139139

140-
python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --recipes=sdl2,python2
140+
python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2
141141

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

145145
There is also experimental support for building APKs with Vispy, which
146146
do not include Kivy. The basic command for this would be e.g.::
147147

148-
python-for-android create --dist_name=testvispy --bootstrap=sdl2 --recipes=vispy
148+
python-for-android create --dist_name=testvispy --bootstrap=sdl2 --requirements=vispy
149149

150150
python-for-android also has commands to list internal information
151151
about distributions available, to export or symlink these (they come

0 commit comments

Comments
 (0)