Skip to content

Commit

Permalink
update installation instructions now available on pypi and conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jul 10, 2024
1 parent a5ae1f6 commit f60707f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -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
```


Expand Down

0 comments on commit f60707f

Please sign in to comment.