Skip to content

Commit 8a4e0f8

Browse files
committed
add conda install instructions
1 parent 8b8629d commit 8a4e0f8

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/index.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,21 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
2727
Installation
2828
------------
2929

30-
Install Zarr from PyPI::
30+
Install from PyPI::
3131

3232
$ pip install zarr
3333

34+
Alternatively, install via conda::
35+
36+
$ conda install -c conda-forge zarr
37+
3438
Please note that Zarr includes a C extension providing integration
35-
with the Blosc library. Pre-compiled binaries are available for
36-
Windows platforms and will be installed automatically via pip if
37-
available. However, if you have a newer CPU that supports the AVX2
38-
instruction set (e.g., Intel Haswell, Broadwell or Skylake) then
39-
compiling from source is preferable, as the Blosc library includes
40-
some optimisations for those architectures::
39+
with the Blosc library. Installing via conda or installing on Windows
40+
via pip will install a pre-compiled binary distribution. However, if
41+
you have a newer CPU that supports the AVX2 instruction set (e.g.,
42+
Intel Haswell, Broadwell or Skylake) then compiling from source is
43+
preferable, as the Blosc library includes some optimisations for those
44+
architectures::
4145

4246
$ pip install --no-binary=:all: zarr
4347

0 commit comments

Comments
 (0)