github-docs-cookiecutter Requirements

  1. Python 3.11
     $ sudo apt install python3.11 python3.11-dev python3.11-venv
    
  2. Nutri-Matic Note: Example: Install with the following command (Recommended that this is installed in a python virtual environment):
     $ python -m pip install nutri-matic
    
  3. rustup
    Note: I found that it is easiest to use rustup to manage rustc and cargo but this is not required.
    Example: Install rustup with the following:
     $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  4. git-cliff
    Note: git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.
     $ cargo install git-cliff