Skip to content

Commit 947c17d

Browse files
committed
docs(readme): document 'pipx' alternative installation steps
Issue: #1113 --- Signed-off-by: Adrian DC <[email protected]>
1 parent 1b63866 commit 947c17d

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+
To install commitizen in your system, if you are 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+
To install commitizen in your system, if you are using `pip`:
5058

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

0 commit comments

Comments
 (0)