Skip to content

Commit

Permalink
DOC: note about wheels / windows wheels for pypi
Browse files Browse the repository at this point in the history
Add note about wheels on pypi, and Windows wheels in particular.  See
discussion at: numpy#5479
  • Loading branch information
matthew-brett authored and jaimefrio committed Mar 15, 2016
1 parent 7db8eb9 commit f333a30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
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

Expand Down

0 comments on commit f333a30

Please sign in to comment.