File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments