What command should I use in command prompt to install requests module in python 3.4 version ???
pip install requests
is not useful
If you hace problems with the python command only need add the route C:/python34 or the route went you have python installed:
now you can run this comand
cd C:\Python34
python -m pip install requests