File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
27
27
Installation
28
28
------------
29
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
+
30
35
Install Zarr from PyPI::
31
36
32
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
52
62
--------
53
63
You can’t perform that action at this time.
0 commit comments