mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 13:04:09 +01:00
Add PyYAML to scripts/README.md
PyYAML is a 3rd-party package used by `gendoc.py`.
This commit is contained in:
parent
666229073e
commit
b6c41727c5
|
|
@ -4,6 +4,7 @@ Generating the HTML for the specification
|
||||||
Requirements:
|
Requirements:
|
||||||
- docutils (for converting RST to HTML)
|
- docutils (for converting RST to HTML)
|
||||||
- Jinja2 (for templating)
|
- Jinja2 (for templating)
|
||||||
|
- PyYAML (for reading YAML files)
|
||||||
|
|
||||||
To generate the complete specification along with supporting documentation, run:
|
To generate the complete specification along with supporting documentation, run:
|
||||||
python gendoc.py
|
python gendoc.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue