We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8df70d commit e4a1f95Copy full SHA for e4a1f95
docs/index.rst
@@ -39,10 +39,15 @@ Install Zarr from PyPI::
39
Alternatively, install Zarr via conda::
40
41
$ conda install -c conda-forge zarr
42
+
43
+To install the latest development version of Zarr, you can use pip with the
44
+latest GitHub master:
45
46
+ $ pip install git+https://github.com/zarr-developers/zarr.git
47
48
To work with Zarr source code in development, install from GitHub::
49
- $ git clone --recursive https://github.com/alimanfoo/zarr.git
50
+ $ git clone --recursive https://github.com/zarr-developers/zarr.git
51
$ cd zarr
52
$ python setup.py install
53
0 commit comments