File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,17 +27,21 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
2727Installation
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+
3438Please 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
You can’t perform that action at this time.
0 commit comments