We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dccb6 commit 1dbe998Copy full SHA for 1dbe998
1 file changed
README.md
@@ -6,13 +6,17 @@ Subset Xarray datasets in space while retaining the original grid for complex gr
6
7
### `pip compatible`
8
9
-This package is not yet released on pypi, for now install using git:
+This package is available on pypi:
10
11
```
12
-pip install xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git
+python -m pip install xarray-subset-grid
13
14
15
-Or clone the project from git and build / install it from there.
+And also on conda-forge:
16
+
17
+```
18
+conda install -c conda-forge xarray-subset-grid
19
20
21
## Usage
22
0 commit comments