Sunday, February 17, 2013

[Python 3] Showing how to install requests

According to requets' offical website, there are 2 method to install requests:


  1. use pip to install 
  2. easy_install 


This article is using first method "using pip" to install request .Before starting that please install the pip first.
About how to install pip, I have shown in another article, the steps are quite simple and easy.

[Python 3] Steps showing how to install pip on windows 

 If you have finish installing pip, you just need to go to python's installation root and run the command (marked in green) pip install requests than is okay:


* If you are using IDLE (Python GUI) , it's recommended to restart the application to apply the effects

No comments :

Post a Comment