Skip to content

Commit

Permalink
Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Sep 7, 2024
1 parent 4792eb0 commit 07c4171
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ API documentation can be found [here][5]. The full specification of the storage
format can be found [there][6].

## Installation
The library comes in several flavors dependending on the synchronous/asynchronous
backend of choice. To install the synchronous API, use
```shell
$ opam install zarr-sync
```
To install zarr with an asynchronous API powered by `Lwt` or `Eio`, use
```shell
$ opam install zarr-lwt
$ opam install zarr-eio
```
To install the development version using the latest git commit, do
```
# for zarr-sync
Expand Down

0 comments on commit 07c4171

Please sign in to comment.