Changes between Version 12 and Version 13 of Justext
- Timestamp:
- 02/06/19 16:33:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Justext
v12 v13 11 11 12 12 == Installation == 13 1. Make sure you have Python and lxml library version 4.1 or later installed.13 1. Make sure you have Python 2.7 and lxml library version 4.1 or later installed. 14 14 2. Download the sources: 15 15 {{{ 16 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext- 1.5.tar.gz16 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-3.0.tar.gz 17 17 }}} 18 18 3. Extract the downloaded file: 19 19 {{{ 20 tar xzvf justext- 1.5.tar.gz20 tar xzvf justext-3.0.tar.gz 21 21 }}} 22 22 4. Install the package (you may need sudo or a root shell for the latter command): 23 23 {{{ 24 cd justext- 1.5.1/24 cd justext-3.0/ 25 25 python setup.py install 26 26 }}}