X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README;h=18abc70ec3df5e2004614819b76c7da767bb2b99;hb=refs%2Fheads%2Fmaster;hp=1a9a321b4b6e15c38219f29023555bea080a6125;hpb=793e236a2ae43bcc5c10de79617bb23b0524e8bb;p=card-game.git diff --git a/README b/README index 1a9a321..18abc70 100644 --- a/README +++ b/README @@ -107,7 +107,7 @@ this README, are licensed under your choice of: ## Overview The Card Generation Program is designed to read questions and answers -from separate iles and generate cards for each entry. These cards are +from separate files and generate cards for each entry. These cards are then laid out on PDFs for easy printing and later cutting. The program creates two PDFs: one for questions, with a black background and white text, and another for answers, with a white background and black text. @@ -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