From 48251d4afddc556651bb567fd9e817cacf11a7a9 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 27 Feb 2024 01:34:12 -0800 Subject: [PATCH] Add package names to install on Trisquel --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index b7e82ba..18abc70 100644 --- a/README +++ b/README @@ -130,7 +130,10 @@ text, and another for answers, with a white background and black text. Before running the program, ensure you have Python 3.x installed on your system. You will also need the reportlab library for PDF -generation. +generation. On systems such as Trisquel GNU/Linux these can be +installed with: + + apt install python3 python-is-python3 python3-reportlab ## Usage -- 2.31.1