Changes between Version 8 and Version 9 of Justext
- Timestamp:
- 08/24/17 15:26:28 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Justext
v8 v9 14 14 2. Download the sources: 15 15 {{{ 16 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-1. 2.tar.gz16 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-1.4.tar.gz 17 17 }}} 18 18 3. Extract the downloaded file: 19 19 {{{ 20 tar xzvf justext-1. 2.tar.gz20 tar xzvf justext-1.4.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. 2/24 cd justext-1.4/ 25 25 python setup.py install 26 26 }}}