From f60707f86f6fa7415463c1a3e886eb134b84bdb0 Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Wed, 10 Jul 2024 12:21:54 -0400 Subject: [PATCH] update installation instructions now available on pypi and conda-forge --- docs/installation.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index b4c01d57..03272a2f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,11 +1,15 @@ # Installation -Currently you need to clone VirtualiZarr and install it locally: +VirtualiZarr is available on PyPI via pip: ```shell -git clone https://github.com/zarr-developers/VirtualiZarr -cd VirtualiZarr -pip install -e . +pip install virtualizarr +``` + +and on conda-forge: + +```shell +conda install -c conda-forge virtualizarr ```