Skip to content

Commit 3fa1310

Browse files
authored
Added pip install to README
1 parent d9ee620 commit 3fa1310

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The script is written in Python 3, and it relies on the `pdftotext` program.
2020
brew install libxml2 libxslt poppler
2121
## Installation
2222

23+
From PyPI:
24+
25+
pip install pdf-diff
26+
27+
From source:
28+
2329
sudo python3 setup.py install
2430
## Running
2531

0 commit comments

Comments
 (0)