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


Groups > comp.lang.python > #94248

Re: Procedure for downloading and Installing Python 2.7 Modules

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Procedure for downloading and Installing Python 2.7 Modules
Date 2015-07-21 00:39 +0100
References <55AC2152.3090005@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.794.1437435607.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web