File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,15 +43,12 @@ Alternatively, install Zarr via conda::
4343 $ conda install -c conda-forge zarr
4444
4545Zarr 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.
5251
53- $ pip install --no-binary=:all: zarr
54-
5552To work with Zarr source code in development, install from GitHub::
5653
5754 $ git clone --recursive https://github.com/alimanfoo/zarr.git
You can’t perform that action at this time.
0 commit comments