From 44226ed7b81d8424a945ccbfa248cb979acdf003 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 5 Dec 2022 19:22:35 +0000 Subject: [PATCH] Document installing pdfminer.six --- doc/install.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/install.txt b/doc/install.txt index f4d65071..02577b3f 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -104,10 +104,13 @@ First, install the required software. 8. *Optional, for displaying country codes:* GeoIP from https://pypi.org/project/GeoIP/ -9. *Optional, used for Virus checking:* +9. *Optional, for reading PDF files:* + pdfminer.six from https://pypi.org/project/pdfminer.six/ + +10. *Optional, used for Virus checking:* ClamAv from https://www.clamav.net/ -10. *Optional, to run the WSGI web interface:* +11. *Optional, to run the WSGI web interface:* Apache from https://httpd.apache.org/ mod_wsgi from https://pypi.org/project/mod-wsgi/