The required version is python 3.5

This commit is contained in:
Jorge 2021-07-05 23:06:11 +02:00
parent ee5fd8cc6a
commit a1f03bd14b

View File

@ -1,7 +1,7 @@
# WikiExtractor
[WikiExtractor.py](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) is a Python script that extracts and cleans text from a [Wikipedia database dump](https://dumps.wikimedia.org/).
The tool is written in Python and requires Python 3.6 but no additional library.
The tool is written in Python and requires Python 3.5 but no additional library.
**Warning**: problems have been reported on Windows due to poor support for `StringIO` in the Python implementation on Windows.
For further information, see the [Wiki](https://github.com/attardi/wikiextractor/wiki).