We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018c4d3 commit 68a658fCopy full SHA for 68a658f
README.md
@@ -14,6 +14,17 @@ that was more flexible than a single `xarray.Dataset` object.
14
The initial motivation was to represent netCDF files / Zarr stores with multiple nested groups in a single in-memory object,
15
but `datatree.DataTree` objects have many other uses.
16
17
+### Installation
18
+You can install datatree via pip:
19
+```shell
20
+pip install xarray-datatree
21
+```
22
+
23
+or via conda-forge
24
25
+conda install -c conda-forge xarray-datatree
26
27
28
### Why Datatree?
29
30
You might want to use datatree for:
0 commit comments