upya4ko / python_installer_for_android

Magisk module to install Python to android
GNU General Public License v3.0
21 stars 9 forks source link

download #2

Open zimc0 opened 1 year ago

zimc0 commented 1 year ago

how to download this module as zip for magisk?

upya4ko commented 1 year ago

Hi, this module not in active maintain now, you need use linux to pack module to zip using "make" command

How to make magisk module:
Clone repo (or download as zip)
$ make
Install module using Magisk Manager

This command run part of Makefile

zip -r ${magiskModuleName}.zip ./* --exclude .gitignore Makefile \*.zip .git/

So if you not familiar with make or Linux you can try make zip file with 7Zip etc. Need pack all repo exclude some files to zip.

zimc0 commented 1 year ago

ok thanks, i'll try