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 dac6da5 commit 045f032Copy full SHA for 045f032
README.md
@@ -55,10 +55,8 @@ class Image(AsDataArray):
55
There are multiple ways you can install xarray-dataclasses, dependent on what kind of dependency manager you use.
56
57
```shell
58
-pip install xarray-dataclasses
59
-conda install -c conda-forge xarray-dataclasses
60
-pixi add xarray-dataclasses
61
-pixi add --pypi xarray-dataclasses
+pip install xarray-dataclass
+pixi add --pypi xarray-dataclass
62
```
63
64
## Basic usage
0 commit comments