Skip to content

Commit

Permalink
docs(readme): document 'pipx' alternative installation steps
Browse files Browse the repository at this point in the history
Issue: #1113
---

Signed-off-by: Adrian DC <[email protected]>
  • Loading branch information
AdrianDC authored and Lee-W committed Aug 22, 2024
1 parent 54e1615 commit 737c24c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,15 @@ descriptive commits.

## Installation

To make commitizen available in your system
Install commitizen in your system using `pipx` (Recommended, <https://pypa.github.io/pipx/installation/>):

```bash
pipx ensurepath
pipx install commitizen
pipx upgrade commitizen
```

Install commitizen using `pip` with `--user` flag:

```bash
pip install --user -U commitizen
Expand Down

0 comments on commit 737c24c

Please sign in to comment.