Quantcast
Channel: Programming – Xinyustudio
Viewing all articles
Browse latest Browse all 284

How to install pip for python in Windows

$
0
0

pip install might be the most frequently used module in python. However, in the past it is not easy to install that in windows, see my previous post. Now in the latest update, it is very trivial to get this done.

  • If you have installed Python 3.4, the pip is already installed, no need to do anything!
  • If you are still using Python 2.x, the simplest way is to download get_pip.py, and run this command

image


python get_pip.py

or if you have associated *.py with python, simply type in cmd window:

get_pip.py

That is it!


Filed under: Programming, Python Tagged: easy install, example, how to, pip, Python, windows

Viewing all articles
Browse latest Browse all 284

Trending Articles