Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.31 KB

README_EN.md

File metadata and controls

41 lines (30 loc) · 1.31 KB

Pythonista3 pip configration tool

no StaSh pip installation tool

Installation

This is code copy & paste Pythonista3 console to run.

import requests as r; exec(r.get('https://tinyurl.com/Setup-pipTerminal').content)

And restart Pythonista.

Installation Done!

Preview

Troubleshooting

Do no know installed module command path. -> Modules install command path to: "~/Documents/site-packages/_bin".

not showing installed module to "pip list". -> Please restart pythonista

tar.gz moddule not installing. -> pythonista is not supported tarball module.

Optional

pythonista3_PackagesUpdater is Easy all module auto updating tool

download pythonista3_PackagesUpdater.py to "~/Documents/site-packages/pythonista3_PackagesUpdater.py"

set Any command name. Example: "~/Documents/site-packages/_bin/pupdate"

Write "pupdate" conent:

import sys
from pythonista3_PackagesUpdater import main
main(sys.argv[1:])

help showing to "pupdate --help or pupdate -h".

Optional2

Use My modified StaSh:

import requests as r; exec(r.get('https://raw.githubusercontent.com/CrossDarkrix/Pythonista3_pip_Configration_Tool/main/StaSh/getstash.py').content)