Amended readme for those not using pip to install.

This commit is contained in:
Cathal Garvey 2013-07-14 11:10:15 +01:00
parent 6030778089
commit f3e4b74b69
1 changed files with 1 additions and 0 deletions

View File

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