- use pip to install
- 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