Python Forum

Full Version: how to install scipy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to install scipy, but I have no idea how. I installed winpython (x64) - Spyder (Python 3.6). I watched some tutorials how to install scipy library with pip, but no luck. Is there any ''easy'' way to install it?

Kind regards.
(Jun-22-2017, 07:24 PM)pikm57 Wrote: [ -> ]I installed winpython (x64)
So you have installed WinPython.
Quote:Highlights: IPython 5.1, Spyder-3.1.4dev, scipy-0.19.0, PyQt5-5.8.1, xlwings-0.10.4, WinPython-3.6.1 (Zero Version)
As you see WinPython comes with scipy-0.19.0 pre-installed.
That's the point of distribution like Anaconda and WinPython,
that a lot of stuff is pre-installed to make it easier for end user.
Thank you! I did not know that...