What command should I use in command prompt to install requests module in python 3.4 version ???
pip install requests
is not useful
python -m pip install requests or py -m pip install requests
python -m pip install requests
py -m pip install requests