Skip to content

Append pip module to Python 3.6.0

Choose a tag to compare

@kuri65536 kuri65536 released this 04 Mar 17:42
· 37 commits to master since this release
  • now readline module worked again.

use pip

  • cannot use for modules which need C extension compile, like numpy/scipy, pillow.

use with command line.

  • download python3.sh from here, and push to your android.

use from SL4A script list

  • From SL4A console, you can't use with SL4A console. #135
  • launch pip_console.py3
  • to use modules, site.addsitedir
$ cd /path/to/sl4a/scripts
$ bash python3.sh pip_console.py3    # install pip
$ bash python3.sh pip_console.py3    # re-launch
--> pip install requests
--> pip uninstall requests