Changes between Version 18 and Version 19 of Justext
- Timestamp:
- 11/08/23 17:47:39 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Justext
v18 v19 23 23 2. Download the sources: 24 24 {{{ 25 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-4.2. tar.gz25 wget http://corpus.tools/raw-attachment/wiki/Downloads/justext-4.2.5.tar.gz 26 26 }}} 27 27 3. Extract the downloaded file: 28 28 {{{ 29 tar xzvf justext-4.2. tar.gz29 tar xzvf justext-4.2.5.tar.gz 30 30 }}} 31 31 4. Install the package (omit --user to install for all users): 32 32 {{{ 33 cd justext-4.2 /33 cd justext-4.2.5/ 34 34 python3 setup.py install --user 35 35 }}}