ColdGrub1384 / LibTerm

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

Install pure python modules #78

Open ifuchs opened 3 years ago

ifuchs commented 3 years ago

Is there a way to install pure python modules?

abood462 commented 3 years ago

Is there a way to install pure python modules?

INSTGRAM

ifuchs commented 3 years ago

Still wondering if there will be a way to install python modules.

noahbroyles commented 2 years ago

Yes I have found that doing:

python3 -m pip install <package>

works pretty well. I installed a couple things like requests and addict through there.