Changes between Version 21 and Version 22 of Justext
- Timestamp:
- 12/05/23 17:11:29 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Justext
v21 v22 20 20 21 21 == Installation == 22 1. Make sure you have Python 3. 6or newer. Required packages are installed via pip automatically (or system-wide, e.g. python3-lxml and python3-html5-parser in Fedora).22 1. Make sure you have Python 3.11 or newer. Required packages are installed via pip automatically (or system-wide, e.g. python3-lxml and python3-html5-parser in Fedora). 23 23 2. Download, extract, install: 24 24 {{{ … … 29 29 }}} 30 30 31 === Legacy installation (using distutils, deprecated) === 31 === Legacy installation using deprecated distutils === 32 Python 3.6 & Python 2.7 compatible 32 33 {{{ 33 34 wget https://corpus.tools/raw-attachment/wiki/Downloads/justext-4.2.5.tar.gz … … 48 49 49 50 == Python API == 50 Python 3.6 & Python 2.7 compatible51 51 {{{ 52 52 import justext