Skip to content

Commit 43f494b

Browse files
committed
Updated Readme.md with OS-specific requirements installation.
1 parent a542a97 commit 43f494b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ The script is written in Python 3, and it relies on the `pdftotext` program.
1111

1212
## Requirements
1313

14-
libxml2, libxslt, poppler
14+
libxml2 >= 2.7.0, libxslt >= 1.1.23, poppler
15+
## Requirements installation for Ubuntu:
16+
17+
sudo apt-get install python3-lxml poppler-utils
18+
## Requirements installation for OS X:
19+
20+
brew install libxml2 libxslt poppler
1521
## Installation
1622

1723
sudo python3 setup.py install

0 commit comments

Comments
 (0)