File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 33[ ![ PyPI Package latest release] ( https://img.shields.io/pypi/v/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
44[ ![ PyPI Package download count (per month)] ( https://img.shields.io/pypi/dm/commitizen?style=flat-square )] ( https://pypi.org/project/commitizen/ )
55[ ![ 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 )
67[ ![ homebrew] ( https://img.shields.io/homebrew/v/commitizen?color=teal&style=flat-square )] ( https://formulae.brew.sh/formula/commitizen )
78[ ![ Codecov] ( https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square )] ( https://codecov.io/gh/commitizen-tools/commitizen )
89[ ![ 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
6263
6364### Python project
6465
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 ` :
6669
6770``` bash
6871pip install -U commitizen
6972```
7073
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:
7281
7382``` bash
7483poetry add commitizen --group dev
7584```
7685
77- for Poetry < 1.2.0:
86+ With Poetry < 1.2.0:
7887
7988``` bash
8089poetry add commitizen --dev
You can’t perform that action at this time.
0 commit comments