Skip to content

Commit 68a658f

Browse files
Add installation instructions (pydata#231)
Co-authored-by: Tom Nicholas <[email protected]>
1 parent 018c4d3 commit 68a658f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ that was more flexible than a single `xarray.Dataset` object.
1414
The initial motivation was to represent netCDF files / Zarr stores with multiple nested groups in a single in-memory object,
1515
but `datatree.DataTree` objects have many other uses.
1616

17+
### Installation
18+
You can install datatree via pip:
19+
```shell
20+
pip install xarray-datatree
21+
```
22+
23+
or via conda-forge
24+
```shell
25+
conda install -c conda-forge xarray-datatree
26+
```
27+
1728
### Why Datatree?
1829

1930
You might want to use datatree for:

0 commit comments

Comments
 (0)