ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Package installation #62

Open ghost opened 4 years ago

ghost commented 4 years ago

I am very new to Git and coding so please forgive my ignorance but I have iPhone XR with iOS 13.4 and trying to learn command/terminal and python scripting so barely treading water here. I would like to add some packages like pip or easy_install, make etc etc but I cannot seem to get any further than downloading packages via Lib’s command line so how do I locate and install them once they have been downloaded?

ongyx commented 4 years ago

Use python3 -m pip install <package> to install packages using Pip. (Note that you can only install pure Python packages, no C extensions.)

igli53 commented 4 years ago

How to download on termux find password wifi

Στις Τρί, 19 Μαΐ 2020, 2:01 μ.μ. ο χρήστης Ong Yong Xin < notifications@github.com> έγραψε:

Use python3 -m pip install to install packages using Pip. (Note that you can only install pure Python packages, no C extensions.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ColdGrub1384/LibTerm/issues/62#issuecomment-630746925, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVB3PJPTZXW5NLS3HCVN3LRSJRHHANCNFSM4M62WVUQ .