Skip to content

Commit 1dbe998

Browse files
update the readme
1 parent 77dccb6 commit 1dbe998

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Subset Xarray datasets in space while retaining the original grid for complex gr
66

77
### `pip compatible`
88

9-
This package is not yet released on pypi, for now install using git:
9+
This package is available on pypi:
1010

1111
```
12-
pip install xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git
12+
python -m pip install xarray-subset-grid
1313
```
1414

15-
Or clone the project from git and build / install it from there.
15+
And also on conda-forge:
16+
17+
```
18+
conda install -c conda-forge xarray-subset-grid
19+
```
1620

1721
## Usage
1822

0 commit comments

Comments
 (0)