From dced02c81f344e64e877cb3e630da55ed4eaa508 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Mon, 27 Mar 2023 11:58:38 -0400 Subject: [PATCH] Add installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9fb01a44..f8beaaf8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ that was more flexible than a single `xarray.Dataset` object. The initial motivation was to represent netCDF files / Zarr stores with multiple nested groups in a single in-memory object, but `datatree.DataTree` objects have many other uses. +### Installation +You can install datatree via pip: +```shell +pip install xarray-datatree +``` + +or via conda-forge +```shell +conda install -c conda-forge xarray-datatree +``` + ### Why Datatree? You might want to use datatree for: