From 0bb3061e7988e76596de55294d1a5348c398fd95 Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi Date: Thu, 3 Dec 2015 13:00:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb7dd4..9bb3b25 100644 --- a/README.md +++ b/README.md @@ -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](http://download.wikimedia.org/). -The tool is written in Python and requires no additional library. +The tool is written in Python and requires Python 2.7 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 [project Home Page](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) or the [Wiki](https://github.com/attardi/wikiextractor/wiki).