How to pip install NumPy in two seconds flat
Edit, July 2015:
A mere two weeks after I posted this, pip version 7 was released and changed things again. If you have the wheel library and pip version 7 or above, wheel building and caching is now switched on and run by default, you just need to pip install …
more ...