Installation#

Currently you need to clone VirtualiZarr and install it locally:

git clone https://github.com/TomNicholas/VirtualiZarr
cd VirtualiZarr
pip install -e .

Install Test Dependencies#

pip install '-e .[test]'

Install Docs Dependencies#

pip install '-e .[docs]'