Skip to content

Commit 1092c40

Browse files
committed
tweak install docs
1 parent 4c19ee9 commit 1092c40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
2727
Installation
2828
------------
2929

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+
3035
Install Zarr from PyPI::
3136

3237
$ pip install zarr
@@ -47,7 +52,12 @@ To work with Zarr source code in development, install from GitHub::
4752
$ cd zarr
4853
$ python setup.py install
4954

55+
To verify that Zarr has been fully installed (including the Blosc
56+
extension) you can run the test suite::
5057

58+
$ pip install nose zict heapdict
59+
$ python -m nose -v zarr
60+
5161
Contents
5262
--------
5363

0 commit comments

Comments
 (0)