Guide to Changelogs: Difference between revisions
Jump to navigation
Jump to search
m
expand acronym
imported>Oranges m (YOu can use name of branch) |
imported>Oranges m (expand acronym) |
||
Line 27: | Line 27: | ||
** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python. | ** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python. | ||
** <code>pip install PyYaml</code> | ** <code>pip install PyYaml</code> | ||
** <code>pip install | ** <code>pip install beautifulsoup4</code> | ||
* With /tg/station's code, simply run makeChangelog.bat. | * With /tg/station's code, simply run makeChangelog.bat. | ||
* On Linux or other codebases, run <code>python tools/ss13_genchangelog.py html/changelog.html html/changelogs</code> | * On Linux or other codebases, run <code>python tools/ss13_genchangelog.py html/changelog.html html/changelogs</code> |