File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,21 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
27
27
Installation
28
28
------------
29
29
30
- Install Zarr from PyPI::
30
+ Install from PyPI::
31
31
32
32
$ pip install zarr
33
33
34
+ Alternatively, install via conda::
35
+
36
+ $ conda install -c conda-forge zarr
37
+
34
38
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::
41
45
42
46
$ pip install --no-binary=:all: zarr
43
47
You can’t perform that action at this time.
0 commit comments