Skip to content

Commit e6bf187

Browse files
committed
Deploying to gh-pages from @ a010a8d 🚀
1 parent 9bc2996 commit e6bf187

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

config/version_provider/index.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,9 +2603,19 @@ <h3 id="step-2-register-as-an-entry-point">Step 2: Register as an Entry Point<a
26032603
<h3 id="step-3-install-and-use">Step 3: Install and Use<a class="headerlink" href="#step-3-install-and-use" title="Permanent link">&para;</a></h3>
26042604
<ol>
26052605
<li>
2606-
<p>Install your provider package:
2607-
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
2608-
</code></pre></div></p>
2606+
<p>Install your provider package:</p>
2607+
<ul>
2608+
<li>
2609+
<p>Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python package:</p>
2610+
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>my-commitizen-provider
2611+
</code></pre></div>
2612+
</li>
2613+
<li>
2614+
<p>If you want to use the provider directly from the current project source (during development), install it in editable mode (<a href="https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e">See pip documentation</a>):</p>
2615+
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
2616+
</code></pre></div>
2617+
</li>
2618+
</ul>
26092619
</li>
26102620
<li>
26112621
<p>Configure Commitizen to use your provider:

search/search_index.json

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

0 commit comments

Comments
 (0)