Changes between Version 12 and Version 13 of Justext


Ignore:
Timestamp:
02/06/19 16:33:33 (6 years ago)
Author:
admin
Comment:

Version 3.0

Legend:

Unmodified
Added
Removed
Modified
  • Justext

    v12 v13  
    1111
    1212== Installation ==
    13 1. Make sure you have Python and lxml library version 4.1 or later installed.
     131. Make sure you have Python 2.7 and lxml library version 4.1 or later installed.
    14142. Download the sources:
    1515{{{
    16 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-1.5.tar.gz
     16wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-3.0.tar.gz
    1717}}}
    18183. Extract the downloaded file:
    1919{{{
    20 tar xzvf justext-1.5.tar.gz
     20tar xzvf justext-3.0.tar.gz
    2121}}}
    22224. Install the package (you may need sudo or a root shell for the latter command):
    2323{{{
    24 cd justext-1.5.1/
     24cd justext-3.0/
    2525python setup.py install
    2626}}}