diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 1784e10b..2727acfe 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -4,7 +4,19 @@ Installation For Users --------- -Coming soon .... +Install hdmf-zarr from PyPI +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: + + pip install hdmf-zarr + +Install hdmf-zarr from conda-forge +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: + + conda install -c conda-forge hdmf-zarr For Developers --------------