Hello. Please Can somebody help me by telling how to install a new package on python!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello. Please Can somebody help me by telling how to install a new package on python!?

1st Oct 2019, 7:31 PM
merveille ekono
merveille ekono - avatar
2 Answers
0
Use either "PIP INSTALL PACKAGE_NAME" if you're using python2 or "PIP3 INSTALL PACKAGE_NAME" if you're using python3.
1st Oct 2019, 9:32 PM
Joyce Bissa
Joyce Bissa - avatar
0
Thanks you . I'm using Python3 on Linux, when I run this command I got an error.
2nd Oct 2019, 4:15 AM
merveille ekono
merveille ekono - avatar