22 | | 1. Make sure you have Python 3.6 or newer and lxml library version 4.1 or later (system-wide, e.g. python3-lxml in Fedora, or pip install --user lxml) and Python HTML 5 parser (system-wide, e.g. python3-html5-parser in Fedora, or pip install --user html5-parser) installed. |
23 | | 2. Download the sources: |
| 22 | 1. Make sure you have Python 3.6 or newer. Required packages are installed via pip automatically (or system-wide, e.g. python3-lxml and python3-html5-parser in Fedora). |
| 23 | 2. Download, extract, install: |
| 24 | {{{ |
| 25 | wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-4.3.tar.gz |
| 26 | tar xzvf justext-4.3.tar.gz |
| 27 | cd justext-4.3/ |
| 28 | pip install --user . #omit --user to install for all users |
| 29 | }}} |
| 30 | |
| 31 | === Legacy installation (using distutils, deprecated) === |