File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Install Zarr from PyPI::
36
36
37
37
$ pip install zarr
38
38
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::
46
46
47
47
$ pip install --no-binary=:all: zarr
48
48
You can’t perform that action at this time.
0 commit comments