Skip to content

Commit b3ac145

Browse files
committed
docs: update README to include conda
1 parent 1a1ddd2 commit b3ac145

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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
6871
pip 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
7483
poetry add commitizen --group dev
7584
```
7685

77-
for Poetry < 1.2.0:
86+
With Poetry < 1.2.0:
7887

7988
```bash
8089
poetry add commitizen --dev

0 commit comments

Comments
 (0)