projects
/
card-game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a3116
)
Add package names to install on Trisquel
master
author
Jason Self
<j@jxself.org>
Tue, 27 Feb 2024 09:34:12 +0000
(
01:34
-0800)
committer
Jason Self
<j@jxself.org>
Tue, 27 Feb 2024 09:34:12 +0000
(
01:34
-0800)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index b7e82ba64bf81563e8ee55b2925b28ad561dcecb..18abc70ec3df5e2004614819b76c7da767bb2b99 100644
(file)
--- 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