Skip to content

Commit 77637b9

Browse files
committed
doco
1 parent b870949 commit 77637b9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ zarr
44
A minimal implementation of chunked, compressed, N-dimensional arrays for
55
Python.
66

7+
* Source code: https://github.com/alimanfoo/zarr
8+
* Download: https://pypi.python.org/pypi/zarr
9+
710
Installation
811
------------
912

10-
Install from GitHub (requires NumPy and Cython pre-installed)::
13+
Installation currently requires NumPy and Cython pre-installed. Currently
14+
only compatible with Python >= 3.4.
15+
16+
Install from PyPI::
17+
18+
$ pip install -U zarr
19+
20+
Install from GitHub::
1121

1222
$ pip install -U git+https://github.com/alimanfoo/zarr.git@master
1323

0 commit comments

Comments
 (0)