File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,9 @@ Before installing Commitizen, ensure you have:
6161
6262#### Global Installation (Recommended)
6363
64- The recommended way to install Commitizen is using ` pipx ` , which ensures a clean, isolated installation:
64+ The recommended way to install Commitizen is using ` pipx ` or ` uv ` , which ensures a clean, isolated installation:
6565
66+ ** Using pipx:**
6667``` bash
6768# Install pipx if you haven't already
6869pipx ensurepath
@@ -74,8 +75,12 @@ pipx install commitizen
7475pipx upgrade commitizen
7576```
7677
77- If you're on macOS, you can also install Commitizen using Homebrew:
78+ ** Using uv:**
79+ ``` bash
80+ uv tool install commitizen
81+ ```
7882
83+ ** (For macOS users) Using Homebrew:**
7984``` bash
8085brew install commitizen
8186```
@@ -85,19 +90,16 @@ brew install commitizen
8590You can add Commitizen to your Python project using any of these package managers:
8691
8792** Using pip:**
88-
8993``` bash
9094pip install -U commitizen
9195```
9296
9397** Using conda:**
94-
9598``` bash
9699conda install -c conda-forge commitizen
97100```
98101
99102** Using Poetry:**
100-
101103``` bash
102104# For Poetry >= 1.2.0
103105poetry add commitizen --group dev
You can’t perform that action at this time.
0 commit comments