Skip to content

Commit 64f3ad4

Browse files
committed
doco tweak
1 parent 9a9ff24 commit 64f3ad4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Install Zarr from PyPI::
3636

3737
$ pip install zarr
3838

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

4747
$ pip install --no-binary=:all: zarr
4848

0 commit comments

Comments
 (0)