File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ Install Zarr from PyPI::
38
38
39
39
Zarr includes a C extension providing integration with the Blosc _
40
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::
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::
46
45
47
46
$ pip install --no-binary=:all: zarr
48
47
You can’t perform that action at this time.
0 commit comments