aboutsummaryrefslogtreecommitdiff
path: root/python/python3-reportlab/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-reportlab/README')
-rw-r--r--python/python3-reportlab/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-reportlab/README b/python/python3-reportlab/README
index d382fe51ea..5f2c0a3a64 100644
--- a/python/python3-reportlab/README
+++ b/python/python3-reportlab/README
@@ -18,3 +18,9 @@ It has the following features:
- strong community support
- platform-independent
- includes PythonPoint - PDF Presentation Tool
+
+For document generation,Reportlab has a circular dependency on itself
+So you have to install reportlab first and then extract the source
+to some $DIR and then cd to $DIR/reportlab-$VER/docs and then
+run python3 genAll.py it will generate a pdf file, which you can copy it
+to some other convenient location.