Skip to content

Commit

Permalink
tweak install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 17, 2016
1 parent 4c19ee9 commit 1092c40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ tracker <https://github.com/alimanfoo/zarr/issues>`_.
Installation
------------

Zarr depends on NumPy. It is generally best to `install NumPy
<http://docs.scipy.org/doc/numpy/user/install.html>`_ first using
whatever method is most appropriate for you operating system and
Python distribution.

Install Zarr from PyPI::

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

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

$ pip install nose zict heapdict
$ python -m nose -v zarr
Contents
--------

Expand Down

0 comments on commit 1092c40

Please sign in to comment.