I want to install numpy using pip install numpy command but i get follwing error:
pip install numpy
RuntimeError: Broken toolchain: cannot link a simple C program
As of March 2016, pip install numpy works on Windows without a Fortran compiler. See here.
pip install scipy still tries to use a compiler.
pip install scipy
July 2018: mojoken reports pip install scipy working on Windows without a Fortran compiler.