We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77292b1 commit 475ce01Copy full SHA for 475ce01
docs/installation.rst
@@ -19,13 +19,4 @@ latest GitHub main::
19
20
$ pip install git+https://github.com/zarr-developers/zarr-python.git
21
22
-To work with Zarr source code in development, install from GitHub::
23
-
24
- $ git clone --recursive https://github.com/zarr-developers/zarr-python.git
25
- $ cd zarr-python
26
- $ python -m pip install -e .
27
28
-To verify that Zarr has been fully installed, run the test suite::
29
30
- $ pip install pytest
31
- $ python -m pytest -v --pyargs zarr
+To work with Zarr source code in development, see `Contributing <contributing.html>`_.
0 commit comments