Skip to content

Commit

Permalink
Merge pull request #39 from xtensor-stack/update-installation-instruc…
Browse files Browse the repository at this point in the history
…tions

Update installation instructions
  • Loading branch information
SylvainCorlay committed Apr 13, 2021
2 parents 1f86a86 + e002a90 commit 9971302
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Implementation of the Zarr version 3.0 core protocol based on xtensor

## Installation

`xtensor-zarr` is a header-only library. We provide a package for the conda package manager.
`xtensor-zarr` is a header-only library. We provide a package for the mamba (or conda) package manager.

```bash
conda install xtensor-zarr -c conda-forge
mamba install xtensor-zarr -c conda-forge
```

- `xtensor-zarr` depends on `xtensor` `^0.23.4`, `xtensor-io` `^0.12.4`, `zarray` `^0.0.5` and `nlohmann_json`.
Expand All @@ -32,8 +32,6 @@ conda install xtensor-zarr -c conda-forge
- `blosc` is required for the Blosc compressor.
- `gdal` is required to access a store through its Virtual File System.

All sic libraries are available for the conda package manager.

You can also install `xtensor-zarr` from source:

```
Expand Down

0 comments on commit 9971302

Please sign in to comment.