Python Forum
how to install scipy - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: how to install scipy (/thread-3772.html)



how to install scipy - pikm57 - Jun-22-2017

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.


RE: how to install scipy - snippsat - Jun-22-2017

(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.


RE: how to install scipy - pikm57 - Jun-22-2017

Thank you! I did not know that...