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, I found navigating to my Python folder via CMD worked
cd C:\Python36\
and then running the commandline:
python -m pip install requests