Skip to content

Commit 8ffc7a3

Browse files
docs: Clarify install instructions (#174)
1 parent f332afa commit 8ffc7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
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)).
1111

12-
To use the project, simply install our package (which depends on `zarr-python>=3.0.0`), and run:
12+
To use the project, simply install our package `zarrs` from PyPI (which depends on `zarr-python>=3.0.0`), and run:
1313

1414
```python
1515
import zarr

0 commit comments

Comments
 (0)