Back
See, pip is packed-up with Python>3.4
If you are using a Windows system, use:-
py -m pip install [Package_to_install]
If you are using a Unix-llike system, use:-
python3.6 -m pip install [Package_to_install]
(In Windows, To write into the python installation directory, you might run the command prompt as an administrator)
Want to learn more about python? Come and join: Python Course
31k questions
32.8k answers
501 comments
693 users