Which directory should requests and openpyxl modules be installed to?

Chris Angelico rosuav at gmail.com
Mon Apr 3 18:24:11 EDT 2017


On Tue, Apr 4, 2017 at 8:14 AM,  <psmith36 at ewu.edu> wrote:
> Hi Nate,
>
>   Well, I didn't tell you I am on Windows 7.  When I went to cmd, it was C:\Users\myname.  Then I navigated to where my Python was installed C:\Program
> Files\Python 2.7.12>
>
>   Do I type pip install requests at the end of the arrow, or do I have to go somewhere else?
>
> Thanks a bunch!

Ah, this shouldn't matter. If you've installed Python and pip
correctly, you should be able to run them from any directory at all,
and they'll do their work correctly.

ChrisA



More information about the Python-list mailing list