aboutsummaryrefslogtreecommitdiff
path: root/python/python3-reportlab/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-10-08 11:04:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-11 11:48:41 +0700
commit58fd9937ac234cc9e8d5cf51cb62d5d46dbce1b3 (patch)
tree96f8a4f937c07f34ec50b8c4828caef20abeeee8 /python/python3-reportlab/README
parent96e35dd1e275f883f0b51444471e401e55bd351c (diff)
python/python3-reportlab: Updated for version 4.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.