On Sun, Apr 7, 2013 at 8:06 AM, Daπid <[email protected]> wrote: > On 7 April 2013 16:53, Happyman <[email protected]> wrote:
> $pip install numpy # to install package "numpy" as a warning, last I checked pip did not support binary installs, and you really want a binary installer for numpy/scipy, unless you've got your development environment set up just the way you like it. That requires some significant experience, particularly on Windows. So: the lots-of-stuff-at-once distributions are a great option. Otherwise, go to the PyPi web site, search for what you want, and on the package page there is usually a link to main package website, and/or its download site, on which you should find binary installers for the more common, complex packages. You can get binaries for numpy and scipy from the sourceforge site linked to from scipy.org. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
