Skip to content

Commit ab30271

Browse files
committed
mod install instructions, no more pypi windows binaries
1 parent 510cbcc commit ab30271

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/index.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@ Alternatively, install Zarr via conda::
4343
$ conda install -c conda-forge zarr
4444
4545
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.
5251

53-
$ pip install --no-binary=:all: zarr
54-
5552
To work with Zarr source code in development, install from GitHub::
5653

5754
$ git clone --recursive https://github.com/alimanfoo/zarr.git

0 commit comments

Comments
 (0)