Skip to content

Commit 6c39dd1

Browse files
author
Joseph Hamman
committed
update readme
1 parent 23492bc commit 6c39dd1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,22 @@ Schema validation for Xarray
1717

1818
## installation
1919

20-
Install xarray-schema from pypi:
20+
Install xarray-schema from PyPI:
2121

2222
```shell
2323
pip install xarray-schema
2424
```
2525

26+
Conda:
27+
28+
```shell
29+
conda install -c conda-forge xarray-schema
30+
```
31+
2632
Or install it from source:
2733

2834
```shell
29-
pip install git+git://github.com/carbonplan/xarray-schema
35+
pip install git+https://github.com/carbonplan/xarray-schema
3036
```
3137

3238
## usage
@@ -88,9 +94,9 @@ dtype_json = dtype_schama.to_json()
8894

8995
This is a very early prototype of a library. Some key things are missing:
9096

91-
1. Validation of `coords` and `attrs`. These are implemented yet.
97+
1. Validation of `coords` and `attrs`. These are not implemented yet.
9298
1. Exceptions: Pandera accumulates schema exceptions and reports them all at once. Currently, we are a eagerly raising `SchemaErrors` when the are found.
93-
1. Roundtrip schemas to/from JSON and/or YAML format
99+
1. Roundtrip schemas to/from JSON and/or YAML format.
94100

95101
## license
96102

0 commit comments

Comments
 (0)