Friday, December 5, 2014

Install Setup tools on python

Go to this link and download the ez_setup.py file.
       LINK
     Note:- Sometimes this will load as the web page. Then press Ctrl+A and copy it.
     Then open a python 3 file and paste the content in that file.

     Then Save it in C:\\Python33 folder.

    After that double click on it.(Internet connection is needed).

   You can see some download messages in the black screen.

   After successful You have to install pipi.

   Go to below link and get the file.
                              LINK

    Put it in to the python33 folder.

   Now take the command prompt and chnge directory by typing
                  cd C:\\Python33

  Then type python get-pip.py

   Now it will also download and install some files.

  Now you can use pip command to get most of the component.

Now type set %PATH% c://python33/Scripts in command panel

It will give you an success message.







 

No comments:

Post a Comment