Skip to content

Commit be617aa

Browse files
committed
Document pip install
1 parent c3a3f46 commit be617aa

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ index = Indexer(item).create_index()
1717
chip = Chipper(index).chip(x=23, y=42)
1818
```
1919

20+
## Installation
21+
22+
Stacchip is available on pypi
23+
24+
```bash
25+
pip install stacchip
26+
```
27+
2028
## Motivation
2129

2230
Remote sensing imagery is typically distributed in large files (scenes)

docs/src/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ index = Indexer(item).create_index()
1717
chip = Chipper(index).chip(x=23, y=42)
1818
```
1919

20+
## Installation
21+
22+
Stacchip is available on pypi
23+
24+
```bash
25+
pip install stacchip
26+
```
27+
2028
## Overview
2129

2230
Stacchip relies on three cloud oriented technologies. Cloud Optimized Geotiffs

0 commit comments

Comments
 (0)