Skip to content

Commit 56df929

Browse files
committed
add conda instructions for rc install
1 parent 07fa81a commit 56df929

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/release.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ Release notes
77
-------------------------
88

99
Version 2.2.0 is currently at the release candidate stage. To install the latest release
10-
candidate version::
10+
candidate version using pip::
1111

1212
$ pip install --pre zarr
1313

14+
Alternatively, to install the latest release candidate using conda::
15+
16+
$ conda install -c conda-forge/label/rc zarr
17+
1418
Enhancements
1519
~~~~~~~~~~~~
1620

0 commit comments

Comments
 (0)