Skip to content

Commit e4a1f95

Browse files
authored
Update repo references
This was pointing to @alimanfoo's personal repo.
1 parent f8df70d commit e4a1f95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ Install Zarr from PyPI::
3939
Alternatively, install Zarr via conda::
4040

4141
$ 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
4247

4348
To work with Zarr source code in development, install from GitHub::
4449

45-
$ git clone --recursive https://github.com/alimanfoo/zarr.git
50+
$ git clone --recursive https://github.com/zarr-developers/zarr.git
4651
$ cd zarr
4752
$ python setup.py install
4853

0 commit comments

Comments
 (0)