Skip to content

Commit 8b2aa4b

Browse files
deploy: 59c7e7b
1 parent 88d07be commit 8b2aa4b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ <h1>Introduction</h1>
12001200
<a href="https://pypi.org/project/commitizen/"><img alt="PyPI Package latest release" src="https://img.shields.io/pypi/v/commitizen.svg?style=flat-square" /></a>
12011201
<a href="https://pypi.org/project/commitizen/"><img alt="PyPI Package download count (per month)" src="https://img.shields.io/pypi/dm/commitizen?style=flat-square" /></a>
12021202
<a href="https://pypi.org/project/commitizen/"><img alt="Supported versions" src="https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square" /></a>
1203+
<a href="https://anaconda.org/conda-forge/commitizen"><img alt="Conda Version" src="https://img.shields.io/conda/vn/conda-forge/commitizen?style=flat-square" /></a>
12031204
<a href="https://formulae.brew.sh/formula/commitizen"><img alt="homebrew" src="https://img.shields.io/homebrew/v/commitizen?color=teal&amp;style=flat-square" /></a>
12041205
<a href="https://codecov.io/gh/commitizen-tools/commitizen"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square" /></a>
12051206
<a href="https://github.com/pre-commit/pre-commit"><img alt="pre-commit" src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&amp;logo=pre-commit&amp;logoColor=white" /></a></p>
@@ -1238,13 +1239,17 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
12381239
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>--user<span class="w"> </span>-U<span class="w"> </span>commitizen
12391240
</code></pre></div>
12401241
<h3 id="python-project">Python project<a class="headerlink" href="#python-project" title="Permanent link">&para;</a></h3>
1241-
<p>You can add it to your local project using one of these:</p>
1242+
<p>You can add it to your local project using one of the following.</p>
1243+
<p>With <code>pip</code>:</p>
12421244
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>-U<span class="w"> </span>commitizen
12431245
</code></pre></div>
1244-
<p>for Poetry &gt;= 1.2.0:</p>
1246+
<p>With <code>conda</code>:</p>
1247+
<div class="highlight"><pre><span></span><code>conda<span class="w"> </span>install<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span>commitizen
1248+
</code></pre></div>
1249+
<p>With Poetry &gt;= 1.2.0:</p>
12451250
<div class="highlight"><pre><span></span><code>poetry<span class="w"> </span>add<span class="w"> </span>commitizen<span class="w"> </span>--group<span class="w"> </span>dev
12461251
</code></pre></div>
1247-
<p>for Poetry &lt; 1.2.0:</p>
1252+
<p>With Poetry &lt; 1.2.0:</p>
12481253
<div class="highlight"><pre><span></span><code>poetry<span class="w"> </span>add<span class="w"> </span>commitizen<span class="w"> </span>--dev
12491254
</code></pre></div>
12501255
<h3 id="macos">macOS<a class="headerlink" href="#macos" title="Permanent link">&para;</a></h3>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)