From 958c1a33e4d1312b8016699060d545700b903e59 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:03:07 +0200 Subject: [PATCH] docs: Clarify install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06add74..195120ef 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project serves as a bridge between [`zarrs`](https://docs.rs/zarrs/latest/zarrs/) (Rust) and [`zarr`](https://zarr.readthedocs.io/en/latest/index.html) (`zarr-python`) via [`PyO3`](https://pyo3.rs/v0.22.3/). The main goal of the project is to speed up i/o (see [`zarr_benchmarks`](https://github.com/LDeakin/zarr_benchmarks)). -To use the project, simply install our package (which depends on `zarr-python>=3.0.0`), and run: +To use the project, simply install our package `zarrs` from PyPI (which depends onĀ `zarr-python>=3.0.0`), and run: ```python import zarr