File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,8 @@ The script is written in Python 3, and it relies on the `pdftotext` program.
1313Installation
1414------------
1515
16- sudo apt-get install libxml2-dev libxslt1-dev poppler-utils # on Ubuntu, at least
17- sudo pip3 install pillow lxml
18-
19- # get my Python extension module for the Google Diff Match Patch library
20- # so we can compute differences in text very quickly
21- git clone --recursive https://github.com/JoshData/diff_match_patch-python
22- cd diff_match_patch-python
23- sudo apt-get install python3-dev
24- python3 setup.py build
25- sudo python3 setup.py install
16+ sudo apt-get install python3-lxml poppler-utils # on Ubuntu, at least
17+ sudo pip3 install pillow lxml diff_match_patch_python
2618
2719Running
2820-------
You can’t perform that action at this time.
0 commit comments