Document installing pdfminer.six

This commit is contained in:
Chris Mayo 2022-12-05 19:22:35 +00:00
parent aa79f5a600
commit 44226ed7b8

View file

@ -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/