LibTerm
LibTerm copied to clipboard
Install pure python modules
Is there a way to install pure python modules?
Is there a way to install pure python modules?
INSTGRAM
Still wondering if there will be a way to install python modules.
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.