From b6c41727c5f79455d832c756ccd0457b0b2fa253 Mon Sep 17 00:00:00 2001 From: Stas Rudakou Date: Sat, 11 Jun 2016 14:10:19 +0300 Subject: [PATCH] Add PyYAML to scripts/README.md PyYAML is a 3rd-party package used by `gendoc.py`. --- scripts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/README.md b/scripts/README.md index e1b3cc3a..d0496bb3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,6 +4,7 @@ Generating the HTML for the specification Requirements: - docutils (for converting RST to HTML) - Jinja2 (for templating) + - PyYAML (for reading YAML files) To generate the complete specification along with supporting documentation, run: python gendoc.py