Skip to content

Commit 737c24c

Browse files
AdrianDCLee-W
authored andcommitted
docs(readme): document 'pipx' alternative installation steps
Issue: #1113 --- Signed-off-by: Adrian DC <[email protected]>
1 parent 54e1615 commit 737c24c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/README.md

+9-1
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)