File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,12 @@ Alternatively, install Zarr via conda::
43
43
$ conda install -c conda-forge zarr
44
44
45
45
Zarr includes a C extension providing integration with the Blosc _
46
- library. Installing on any operating system via conda or installing on
47
- Windows via pip will install a pre-compiled binary
48
- distribution. However, if you have a newer CPU that supports the AVX2
49
- instruction set (e.g., Intel Haswell, Broadwell or Skylake) then
50
- compiling from source is preferable as the Blosc library includes some
51
- optimisations for AVX2::
46
+ library. Installing via conda will install a pre-compiled binary distribution.
47
+ However, if you have a newer CPU that supports the AVX2 instruction set (e.g.,
48
+ Intel Haswell, Broadwell or Skylake) then installing via pip is preferable,
49
+ because this will compile the Blosc library from source with optimisations
50
+ for AVX2.
52
51
53
- $ pip install --no-binary=:all: zarr
54
-
55
52
To work with Zarr source code in development, install from GitHub::
56
53
57
54
$ git clone --recursive https://github.com/alimanfoo/zarr.git
You can’t perform that action at this time.
0 commit comments