LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

Install pure python modules

Open ifuchs opened this issue 5 years ago • 3 comments

Is there a way to install pure python modules?

ifuchs avatar Dec 08 '20 00:12 ifuchs

Is there a way to install pure python modules?

INSTGRAM

abood462 avatar May 03 '21 07:05 abood462

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

ifuchs avatar Jun 09 '21 17:06 ifuchs

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.

noahbroyles avatar Oct 18 '21 15:10 noahbroyles