File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,18 @@ _Note: This project is under active development. We expect to make breaking chan
12
12
[ ![ GitHub] [ github-badge ]] [ github ]
13
13
[ ![ Build Status]] [ actions ]
14
14
![ MIT License] [ ]
15
+ [ ![ pre-commit.ci-badge]] [ pre-commit.ci-link ]
16
+ [ ![ pypi-badge]] [ pypi-link ]
15
17
16
18
[ github ] : https://github.com/carbonplan/cmip6-downscaling
17
19
[ github-badge ] : https://badgen.net/badge/-/github?icon=github&label
18
20
[ build status ] : https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml/badge.svg
19
21
[ actions ] : https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml
20
22
[ 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
21
27
22
28
<img
23
29
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
29
35
## install
30
36
31
37
``` shell
32
- pip install cmip6_downscaling
38
+ python -m pip install cmip6_downscaling
33
39
```
34
40
35
41
## usage
You can’t perform that action at this time.
0 commit comments