Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94248 > unrolled thread

Re: Procedure for downloading and Installing Python 2.7 Modules

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-07-21 00:39 +0100
Last post2015-07-21 00:39 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Procedure for downloading and Installing Python 2.7 Modules Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-21 00:39 +0100

#94248 — Re: Procedure for downloading and Installing Python 2.7 Modules

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-07-21 00:39 +0100
SubjectRe: Procedure for downloading and Installing Python 2.7 Modules
Message-ID<mailman.794.1437435607.3674.python-list@python.org>
On 19/07/2015 23:14, W. D. Allen wrote:
> Would like to locate and install numpy, scipy and matplotlib
> with Wing 101 for Python 2.7
>
> Just beginning to use Python 2.7 for engineering work.
>
> Any guidance would be appreciated.
>
> Thanks,
>
> WDA
> ballensr@gmail.com
>
> end
>

Just use pip from the command line for your OS.

It might even be that:-

pip install scipy

grabs everything that you've asked for above, why not try it and see?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web