LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

Package installation

Open ghost opened this issue 5 years ago • 2 comments

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?

ghost avatar May 12 '20 13:05 ghost

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

ongyx avatar May 19 '20 11:05 ongyx

How to download on termux find password wifi

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

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 .

igli53 avatar May 20 '20 14:05 igli53