I am facing issues while installing request module (python 2.7) on windows.
Tried the below steps as per documentation:
1
pip
On windows 10 run cmd.exe with admin rights then type :
1) cd \Python27\scripts
2) pip install requests
It should work. My case was with python 2.7