File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ Install Zarr from PyPI::
3838
3939Zarr includes a C extension providing integration with the Blosc _
4040library. 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::
41+ will be installed automatically via pip. However, if you have a newer
42+ CPU that supports the AVX2 instruction set (e.g., Intel Haswell,
43+ Broadwell or Skylake) then compiling from source is preferable, as the
44+ Blosc library includes some optimisations for those architectures::
4645
4746 $ pip install --no-binary=:all: zarr
4847
You can’t perform that action at this time.
0 commit comments