Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you open pip?
#1
I've downloaded and installed the files for pip and python but how do you open and use pip?
Because when I search pip in my start menu and then select it, it just flashes a command prompt for a second and then nothing.
Reply
#2
pip is a command line tool, you use in the system command prompt along with parameters passed to it.
Here are two simple guides (link1, link2).
Reply
#3
I looked at link1 it made no sense when I read the how to use part please explain.
Reply
#4
Have you tried to do what the guide says? Did something not work?
Here is a broader explanation from the official site, if you want to dig deeper.
Reply
#5
pip is a package management system used to install and manage software packages written in Python.
For Windows: Python 3.6 and pip installation under Windows | Part-2.
For Linux: Linux Python 3 environment
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020