On 23 June 2017 at 22:14, Ken R. Lewis <ken.le...@trinityhealth.org> wrote:
> I have a script I need to run that has “requests” in it.  How do I go about
> getting this set up?

At a command prompt (*not* the Python interpreter prompt) enter "py -m
pip install requests". That will install requests for you and make it
available for import.

Paul
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to