Skip to content

Commit

Permalink
Solve rebasing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Oct 11, 2022
1 parent 64c17f1 commit 26a1e75
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,6 @@ Zarr is still a young project. Feedback and bug reports are very welcome, please
the `GitHub issue tracker <https://github.com/zarr-developers/zarr-python/issues>`_. See
:doc:`contributing` for further information about contributing to Zarr.

Installation
------------

Zarr depends on NumPy. It is generally best to `install NumPy
<https://numpy.org/doc/stable/user/install.html>`_ first using whatever method is most
appropriate for you operating system and Python distribution. Other dependencies should be
installed automatically if using one of the installation methods below.

Install Zarr from PyPI::

$ pip install zarr

Alternatively, install Zarr via conda::

$ conda install -c conda-forge zarr

To install the latest development version of Zarr, you can use pip with the
latest GitHub main::

$ pip install git+https://github.com/zarr-developers/zarr-python.git

To work with Zarr source code in development, install from GitHub::

$ git clone --recursive https://github.com/zarr-developers/zarr-python.git
$ cd zarr-python
$ python -m pip install .

To verify that Zarr has been fully installed, run the test suite::

$ pip install pytest
$ python -m pytest -v --pyargs zarr

Contents
--------

Expand Down

0 comments on commit 26a1e75

Please sign in to comment.