From 17d4be79c84b8a0adcfd26e1d795e74318daf5c0 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 5 Jan 2023 11:43:36 -0800 Subject: [PATCH] Add pip/conda install instructions for users (#63) --- docs/source/installation.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 --------------