Skip to content

Commit a536d31

Browse files
committedAug 22, 2024
docs(readme): document 'pipx' alternative installation steps
Issue: #1113 --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
1 parent 1b63866 commit a536d31

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎docs/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,15 @@ descriptive commits.
4646

4747
## Installation
4848

49-
To make commitizen available in your system
49+
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:
5058

5159
```bash
5260
pip install --user -U commitizen

0 commit comments

Comments
 (0)