github-docs-cookiecutter Requirements
- Python 3.11
$ sudo apt install python3.11 python3.11-dev python3.11-venv
- 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
- 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
- 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