[Distutils] Python 3.6

Paul Moore p.f.moore at gmail.com
Sun Jun 25 17:12:04 EDT 2017


On 23 June 2017 at 22:14, Ken R. Lewis <Ken.Lewis at 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


More information about the Distutils-SIG mailing list