Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 637 Bytes

PREVIOUS_VERSIONS.md

File metadata and controls

22 lines (15 loc) · 637 Bytes

Installing older versions

Versions

2.0.3

1.3.1

Install guide

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