Skip to content

Commit

Permalink
Add pip/conda install instructions for users (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 5, 2023
1 parent e685e7d commit 17d4be7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down

0 comments on commit 17d4be7

Please sign in to comment.