python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

[WIP] add experimental wheel support

Open kived opened this issue 9 years ago • 1 comments

Recipes with use_pip = True will attempt to install via pip by default. Adding --build-wheels on the command line will cause p4a to build the wheels and then install rather than downloading via pip. Currently uses http://localhost:8080/simple/ as the extra index url (for testing with pypi-server).

Wheel platform is set by Android API and ARM EABI - i.e. android19-armeabi.

kived avatar Jun 04 '16 23:06 kived

For current work in this area, see #3013.

mhsmith avatar Nov 26 '24 23:11 mhsmith