Skip to content

Commit 23f0665

Browse files
committed
docs(docs/config/version_provider.md): update version provider docs to use published package install
1 parent 8832804 commit 23f0665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config/version_provider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,10 @@ setup(
264264
### Step 3: Install and Use
265265

266266
1. Install your provider package:
267+
Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python dependency:
268+
267269
```bash
268-
pip install -e .
270+
pip install my-commitizen-provider
269271
```
270272

271273
2. Configure Commitizen to use your provider:

0 commit comments

Comments
 (0)