Installation
title: Installation summary: How to install generate-changelog. date: {% now ‘local’, ‘%Y-%m-%d’ %}
Installing the Stable Release from PyPI¶
To install generate-changelog, run this command in your terminal:
$ pip install generate-changelog
This is the preferred method to install generate-changelog
, as it will always install the most recent stable release. You can also replace pip
with pipx
.