Skip to content

Commit e808493

Browse files
committed
replace diff_match_patch_python installation steps with pip-installing it now that I've put it in pip
1 parent 429e196 commit e808493

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@ The script is written in Python 3, and it relies on the `pdftotext` program.
1313
Installation
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

2719
Running
2820
-------

0 commit comments

Comments
 (0)