From 58fd9937ac234cc9e8d5cf51cb62d5d46dbce1b3 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Tue, 8 Oct 2024 11:04:32 +0700 Subject: python/python3-reportlab: Updated for version 4.2.5. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-reportlab/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python/python3-reportlab/README') 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. -- cgit v1.2.3