- Make sure you have all dependencies installed:
- Git
- python3 and python3-pip
- Download and unzip the package of your choice
- Into the project's folder, run
pip install -r requirements.txt
. Note:sudo
may be required - Create a alias to executing the project:
echo "alias commit='python3 ~/.commit-helper/generator.py'" >> ~/.bashrc
might do it. - Reload your terminal
source ~/.bashrc
- Be happy