Skip to content

Commit

Permalink
Remove outdated dev install docs from installation.rst and link to co…
Browse files Browse the repository at this point in the history
…ntributing.rst (#1643)

Co-authored-by: Joe Hamman <joe@earthmover.io>
  • Loading branch information
aldenks and jhamman authored Apr 8, 2024
1 parent 77292b1 commit 475ce01
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,4 @@ 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 -e .

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

$ pip install pytest
$ python -m pytest -v --pyargs zarr
To work with Zarr source code in development, see `Contributing <contributing.html>`_.

0 comments on commit 475ce01

Please sign in to comment.