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 4c19ee9 commit 1092c40Copy full SHA for 1092c40
1 file changed
docs/index.rst
@@ -27,6 +27,11 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
27
Installation
28
------------
29
30
+Zarr depends on NumPy. It is generally best to `install NumPy
31
+<http://docs.scipy.org/doc/numpy/user/install.html>`_ first using
32
+whatever method is most appropriate for you operating system and
33
+Python distribution.
34
+
35
Install Zarr from PyPI::
36
37
$ pip install zarr
@@ -47,7 +52,12 @@ To work with Zarr source code in development, install from GitHub::
47
52
$ cd zarr
48
53
$ python setup.py install
49
54
55
+To verify that Zarr has been fully installed (including the Blosc
56
+extension) you can run the test suite::
50
57
58
+ $ pip install nose zict heapdict
59
+ $ python -m nose -v zarr
60
51
61
Contents
62
--------
63
0 commit comments