- 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