This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8cea015 note a couple required python packages
8cea015 is described below
commit 8cea0155b7d97e55ee0f798f1e2099fe0d7c7882
Author: Greg Stein <[email protected]>
AuthorDate: Sat May 21 03:33:44 2022 -0400
note a couple required python packages
---
site/test-build.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/site/test-build.sh b/site/test-build.sh
index 0cdf0cf..c1d84ae 100755
--- a/site/test-build.sh
+++ b/site/test-build.sh
@@ -9,6 +9,9 @@
#
# ### DOCCO on using infra-pel/bin/build-cmark.sh for the lib/
#
+# ALSO NEEDED
+# $ pip3 install ezt pelican
+#
THIS_SCRIPT=`realpath "$0"`
SITE_DIR=`dirname "$THIS_SCRIPT"`