You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/version_provider.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,11 +264,18 @@ setup(
264
264
### Step 3: Install and Use
265
265
266
266
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
267
269
-
```bash
270
-
pip install my-commitizen-provider
271
-
```
268
+
- Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python dependency:
269
+
270
+
```bash
271
+
pip install my-commitizen-provider
272
+
```
273
+
274
+
- If you want to use provider directly from the current project source(during development), install it in editable mode ([See pip documentation](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e)):
0 commit comments