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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,13 +265,13 @@ setup(
265
265
266
266
1. Install your provider package:
267
267
268
-
- Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python dependency:
268
+
- Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python package:
269
269
270
270
```bash
271
271
pip install my-commitizen-provider
272
272
```
273
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)):
274
+
- If you want to use the 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