Skip to content

Commit 045f032

Browse files
committed
change install instructions for now
1 parent dac6da5 commit 045f032

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ class Image(AsDataArray):
5555
There are multiple ways you can install xarray-dataclasses, dependent on what kind of dependency manager you use.
5656

5757
```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
58+
pip install xarray-dataclass
59+
pixi add --pypi xarray-dataclass
6260
```
6361

6462
## Basic usage

0 commit comments

Comments
 (0)