Skip to content

Commit

Permalink
doco tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 17, 2016
1 parent 9a9ff24 commit 64f3ad4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Install Zarr from PyPI::

$ pip install zarr

Please note that Zarr includes a C extension providing integration
with the Blosc library. Pre-compiled binaries are available for
Windows platforms and will be installed automatically via pip if
available. However, if you have a newer CPU that supports the AVX2
instruction set (e.g., Intel Haswell, Broadwell or Skylake) then
compiling from source is preferable, as the Blosc library includes
some optimisations for those architectures::
Zarr includes a C extension providing integration with the Blosc
library. Pre-compiled binaries are available for Windows platforms and
will be installed automatically via pip if available. However, if you
have a newer CPU that supports the AVX2 instruction set (e.g., Intel
Haswell, Broadwell or Skylake) then compiling from source is
preferable, as the Blosc library includes some optimisations for those
architectures::

$ pip install --no-binary=:all: zarr
Expand Down

0 comments on commit 64f3ad4

Please sign in to comment.