+ 1
Hello. Please Can somebody help me by telling how to install a new package on python!?
2 odpowiedzi
0
Use either "PIP INSTALL PACKAGE_NAME" if you're using python2 or "PIP3 INSTALL PACKAGE_NAME" if you're using python3.
0
Thanks you . I'm using Python3 on Linux, when I run this command I got an error.