We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e1615 commit 737c24cCopy full SHA for 737c24c
docs/README.md
@@ -46,7 +46,15 @@ descriptive commits.
46
47
## Installation
48
49
-To make commitizen available in your system
+Install commitizen in your system using `pipx` (Recommended, <https://pypa.github.io/pipx/installation/>):
50
+
51
+```bash
52
+pipx ensurepath
53
+pipx install commitizen
54
+pipx upgrade commitizen
55
+```
56
57
+Install commitizen using `pip` with `--user` flag:
58
59
```bash
60
pip install --user -U commitizen
0 commit comments