We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873e7b8 commit 7e4841dCopy full SHA for 7e4841d
doc/source/quickstart.rst
@@ -282,6 +282,17 @@ include such as::
282
--android_api 27
283
--requirements kivy,openssl
284
285
+Overriding recipes sources
286
+~~~~~~~~~~~~~~~~~~~~~~~~~~
287
+
288
+You can override the source of any recipe using the
289
+``$P4A_recipename_DIR` environment variable. For instance, to test
290
+your own Kivy branch you might set::
291
292
+ export P4A_kivy_DIR=/home/username/kivy
293
294
+The specified directory will be copied into python-for-android instead
295
+of downloading from the normal url specified in the recipe.
296
297
Going further
298
~~~~~~~~~~~~~
0 commit comments