Re: [Tutor] confused about Pypi

2017-10-29 Thread Marc Tompkins
On Sat, Oct 28, 2017 at 1:43 PM, Mark Anderson wrote: > Hello, I am currently doing an online course to learn Python. Generally > ive followed it well and am enjoying my first go at programming. However > the description of how to get modules from PyPi has left me confused. Ive > only recently do

Re: [Tutor] confused about Pypi

2017-10-29 Thread Mark Anderson
ping you can help Mark Sent from Mail for Windows 10 From: Cameron Simpson Sent: 29 October 2017 00:44 To: Mark Anderson Cc: tutor@python.org Subject: Re: [Tutor] confused about Pypi On 28Oct2017 21:43, Mark Anderson wrote: >Hello, I am currently doing an online course to learn Python. Genera

Re: [Tutor] confused about Pypi

2017-10-28 Thread Alan Gauld via Tutor
On 28/10/17 21:43, Mark Anderson wrote: > As I understand it I have to write certain text into > the command prompt Please note that this is probably the OS command prompt (a CMD window in windows - C:\WINDOWS> or similar) not the Python interpreter (which looks like >>>) > It tells me that pyt

Re: [Tutor] confused about Pypi

2017-10-28 Thread Cameron Simpson
On 28Oct2017 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python s

Re: [Tutor] confused about Pypi

2017-10-28 Thread Cameron Simpson
On 29Oct2017 10:13, Cameron Simpson wrote: On 28Oct2017 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me con

Re: [Tutor] confused about Pypi

2017-10-28 Thread Mark Lawrence
On 28/10/17 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python so

Re: [Tutor] confused about Pypi

2017-10-28 Thread Mats Wichmann
On 10/28/2017 02:43 PM, Mark Anderson wrote: > Hello, I am currently doing an online course to learn Python. Generally ive > followed it well and am enjoying my first go at programming. However the > description of how to get modules from PyPi has left me confused. Ive only > recently downloaded

[Tutor] confused about Pypi

2017-10-28 Thread Mark Anderson
Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python so it already has pip installed. As I underst