Back
There are several ways listed on scipy installation page about installing python with scipy.
Another way is to install from wheels as they helps in speeding the installations by just executing the following command :
pip install SomePackage-1.0-py2.py3-none-any.whl
On can find wheel packages on:http://www.lfd.uci.edu/~gohlke/pythonlibs/
31k questions
32.8k answers
501 comments
693 users