summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2016-03-07 12:52:08 -0800
committerMatthew Brett <matthew.brett@gmail.com>2016-03-07 12:52:08 -0800
commitbe575d5d34bc00262b4bb726208af3f9bfac0332 (patch)
tree48a11b721046b8a4a78bff6df554348e04613207 /setup.py
parent8c4048a1dbc2bee0cc756ece29166863fbdcc748 (diff)
downloadnumpy-be575d5d34bc00262b4bb726208af3f9bfac0332.tar.gz
DOC: note about wheels / windows wheels for pypi
Add note about wheels on pypi, and Windows wheels in particular. See discussion at: https://github.com/numpy/numpy/issues/5479
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c68f5a399..b2e45ec45 100755
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,13 @@ interfacing with general-purpose data-base applications.
There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.
+All numpy wheels distributed from pypi are BSD licensed.
+
+Windows wheels are linked against the ATLAS BLAS / LAPACK library, restricted
+to SSE2 instructions, so may not give optimal linear algebra performance for
+your machine. See http://docs.scipy.org/doc/numpy/user/install.html for
+alternatives.
+
"""
from __future__ import division, print_function