On 23 June 2017 at 22:14, Ken R. Lewis <[email protected]> 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 - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
