Skip to content

Commit be16416

Browse files
authored
Update install instructions (#5)
1 parent ebff4cc commit be16416

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python library for creating and validating [GeoZarr](https://github.com/zarr-dev
99
## Installation
1010

1111
```bash
12-
pip install "geozarr-toolkit @ git+https://github.com/zarr-developers/geozarr-toolkit.git"
12+
pip install "geozarr-toolkit"
1313
```
1414

1515
## Quick start

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This guide shows you how to use the `geozarr-toolkit` library to create and vali
55
## Installation
66

77
```bash
8-
pip install "geozarr-toolkit @ git+https://github.com/zarr-developers/geozarr-toolkit.git"
8+
pip install "geozarr-toolkit"
99
# or with uv
10-
uv pip install "geozarr-toolkit @ git+https://github.com/zarr-developers/geozarr-toolkit.git"
10+
uv pip install "geozarr-toolkit"
1111
```
1212

1313
## Quick Start

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the [Getting Started guide](getting-started.md) for more details, or browse
3030
## Installation
3131

3232
```bash
33-
pip install "geozarr-toolkit @ git+https://github.com/zarr-developers/geozarr-toolkit.git"
33+
pip install "geozarr-toolkit"
3434
```
3535

3636
## Goals

0 commit comments

Comments
 (0)