Python Tutorial

Friday, September 7, 2012

Install pip on windows

Pip is very usefull for installing python packages. Lets see the installing procedure of pip on windows


  • Make sure that your python path is added to environment variable
  • download easy installer for windows & install it by clicking on the exe file or download run ez_setup.py from here
  • dowaload pip pip & uncompress it.
  • cd to the uncompress directoy and run command python setup.py install

Now you have pip. Go to the command prompt and run pip help and you will find pip command details. For example I want to install jsonpickle using pip now comand is pip install jsonpickle

0 comments:

Post a Comment