File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ PyPI Package latest release] ( https://img.shields.io/pypi/v/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
4
4
[ ![ PyPI Package download count (per month)] ( https://img.shields.io/pypi/dm/commitizen?style=flat-square )] ( https://pypi.org/project/commitizen/ )
5
5
[ ![ Supported versions] ( https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
6
+ [ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/commitizen?style=flat-square )] ( https://anaconda.org/conda-forge/commitizen )
6
7
[ ![ homebrew] ( https://img.shields.io/homebrew/v/commitizen?color=teal&style=flat-square )] ( https://formulae.brew.sh/formula/commitizen )
7
8
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square )] ( https://codecov.io/gh/commitizen-tools/commitizen )
8
9
[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
@@ -62,19 +63,27 @@ pip install --user -U commitizen
62
63
63
64
### Python project
64
65
65
- You can add it to your local project using one of these:
66
+ You can add it to your local project using one of the following.
67
+
68
+ With ` pip ` :
66
69
67
70
``` bash
68
71
pip install -U commitizen
69
72
```
70
73
71
- for Poetry >= 1.2.0:
74
+ With ` conda ` :
75
+
76
+ ``` bash
77
+ conda install -c conda-forge commitizen
78
+ ```
79
+
80
+ With Poetry >= 1.2.0:
72
81
73
82
``` bash
74
83
poetry add commitizen --group dev
75
84
```
76
85
77
- for Poetry < 1.2.0:
86
+ With Poetry < 1.2.0:
78
87
79
88
``` bash
80
89
poetry add commitizen --dev
You can’t perform that action at this time.
0 commit comments