Procedure for downloading and Installing Python 2.7 Modules

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Jul 20 19:39:36 EDT 2015


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 at 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




More information about the Python-list mailing list