Python Forum
How do you open pip? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How do you open pip? (/thread-9880.html)



How do you open pip? - Fox_cutter12 - May-02-2018

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.


RE: How do you open pip? - j.crater - May-02-2018

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).


RE: How do you open pip? - Fox_cutter12 - May-02-2018

I looked at link1 it made no sense when I read the how to use part please explain.


RE: How do you open pip? - j.crater - May-02-2018

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.


RE: How do you open pip? - snippsat - May-02-2018

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