From f3e4b74b69069d1a074f69173f3deece67a84021 Mon Sep 17 00:00:00 2001 From: Cathal Garvey Date: Sun, 14 Jul 2013 11:10:15 +0100 Subject: [PATCH] Amended readme for those not using pip to install. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c755aa7..0f64cea 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ sudo python setup.py install pdfparanoia is written for python2.7+ or python 3. You will also need to manually install "pdfminer" if you do not use pip to install pdfparanoia. +For python versions prior to Python 3, use "pdfminer" from the Python Package Index (http://pypi.python.org). For recent versions of Python, use pdfminer3k instead. ## Usage