Quick Start¶
Prerequisites¶
Before installing CCG, make sure you have Python 3.9 or higher installed.
Installing pip or pipx
pipx installs Python CLI tools in isolated environments. Install it with:
# On Ubuntu/Debian
sudo apt install pipx
pipx ensurepath
# On macOS
brew install pipx
pipx ensurepath
# On Windows
python -m pip install --user pipx
python -m pipx ensurepath
# Using pip (any OS)
python -m pip install --user pipx
python -m pipx ensurepath
After installation, restart your terminal.
pip comes pre-installed with Python. Verify it's available:
If pip is not installed, follow the official pip installation guide.
Installation¶
Test CCG command¶
That's it! CCG will guide you through an interactive prompt to create a perfect conventional commit.