Skip to content

Commit e666b5b

Browse files
authored
Update README.md (#286)
1 parent 5726712 commit e666b5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ _Note: This project is under active development. We expect to make breaking chan
1212
[![GitHub][github-badge]][github]
1313
[![Build Status]][actions]
1414
![MIT License][]
15+
[![pre-commit.ci-badge]][pre-commit.ci-link]
16+
[![pypi-badge]][pypi-link]
1517

1618
[github]: https://github.com/carbonplan/cmip6-downscaling
1719
[github-badge]: https://badgen.net/badge/-/github?icon=github&label
1820
[build status]: https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml/badge.svg
1921
[actions]: https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml
2022
[mit license]: https://badgen.net/badge/license/MIT/blue
23+
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/carbonplan/cmip6-downscaling/main.svg
24+
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/carbonplan/cmip6-downscaling/main
25+
[pypi-badge]: https://img.shields.io/pypi/v/cmip6-downscaling?logo=pypi
26+
[pypi-link]: https://pypi.org/project/cmip6-downscaling
2127

2228
<img
2329
src='https://images.carbonplan.org/highlights/cmip6-downscaling-dark.png'
@@ -29,7 +35,7 @@ a companion [map tool](https://carbonplan.org/research/cmip6-downscaling) to exp
2935
## install
3036

3137
```shell
32-
pip install cmip6_downscaling
38+
python -m pip install cmip6_downscaling
3339
```
3440

3541
## usage

0 commit comments

Comments
 (0)