Guide to Changelogs: Difference between revisions
Jump to navigation
Jump to search
m
Requires beauitful soup 4
imported>Jordie0608 No edit summary |
imported>Oranges m (Requires beauitful soup 4) |
||
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 bs4</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> | ||
== Screwed up Changelog == | == Screwed up Changelog == |