Re: Which directory should requests and openpyxl modules be installed to?

2017-04-03 Thread psmith36
On Monday, April 3, 2017 at 2:02:30 PM UTC-7, Pauline wrote:
> Hi, 
> 
>   I am a newbie to Python.  I am using Python 2.7.12.  I want to install the 
> modules of requests and openpyxl using pip.  In the Internet, people only 
> said pip install requests, but they do not say in which directory.  I only 
> found one that said install in the script directory within Python. Well, that 
> didn't work.
> 
>   How and which directory in the command line to type pip install requests?
> 
> Thanks!
> Pauline

Hi Nate, 

  Thank you for your prompt reply.  I am just installing it on my computer with 
administrative privileges. I think I can go into the command line, but then I 
do not know which directory to go to type:  pip install requests

  If I have installed python 2.7.12 in the Program Files directory, and then 
there are many directories within the Python 2.7.12 directory, then which 
directory should I go to install the modules?

  I think my situation is indeed very simple.

Pauline
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Which directory should requests and openpyxl modules be installed to?

2017-04-03 Thread psmith36
On Monday, April 3, 2017 at 2:02:30 PM UTC-7, Pauline wrote:
> Hi, 
> 
>   I am a newbie to Python.  I am using Python 2.7.12.  I want to install the 
> modules of requests and openpyxl using pip.  In the Internet, people only 
> said pip install requests, but they do not say in which directory.  I only 
> found one that said install in the script directory within Python. Well, that 
> didn't work.
> 
>   How and which directory in the command line to type pip install requests?
> 
> Thanks!
> Pauline

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!
Pauline
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Which directory should requests and openpyxl modules be installed to?

2017-04-03 Thread psmith36
On Monday, April 3, 2017 at 2:02:30 PM UTC-7, Pauline wrote:
> Hi, 
> 
>   I am a newbie to Python.  I am using Python 2.7.12.  I want to install the 
> modules of requests and openpyxl using pip.  In the Internet, people only 
> said pip install requests, but they do not say in which directory.  I only 
> found one that said install in the script directory within Python. Well, that 
> didn't work.
> 
>   How and which directory in the command line to type pip install requests?
> 
> Thanks!
> Pauline

Hi Chris,

   Really! :) So I can type pip install requests at the prompt: C:\Program 
Files\Python 2.7.12>pip install requests
   or at C:\>pip install requests

   And the modules would be installed either way?

   Sorry I am also a newbie at windows command line too.

THANKS!!!
Pauline
-- 
https://mail.python.org/mailman/listinfo/python-list