What command should I use in command prompt to install requests module in python 3.4 version ???
pip install requests
is not useful
On Windows 10, use this:
py -m install requests