Explain how to set up generate_changelog.py

This commit is contained in:
Emil Ernerfeldt 2025-02-04 16:28:52 +01:00
parent 95ab92ca4a
commit f162c3bcbf
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Summarizes recent PRs based on their GitHub labels.
The result can be copy-pasted into CHANGELOG.md, The result can be copy-pasted into CHANGELOG.md,
though it often needs some manual editing too. though it often needs some manual editing too.
Setup: pip install GitPython requests tqdm
""" """
import argparse import argparse