10 lines
285 B
Markdown
10 lines
285 B
Markdown
# pywikidiff2
|
|
|
|
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
|
|
|
|
# Building
|
|
|
|
This is a thin wrapper around the wikidiff2 source code. If you didn't already run `git clone --recursive ...` when you cloned this repository, run
|
|
|
|
`git submodule update --recursive`.
|