From 55bec19665ab3ea305f8d28a46e9367af03d1acb Mon Sep 17 00:00:00 2001 From: Samuel Lai Date: Sat, 26 Apr 2014 23:09:45 +1000 Subject: [PATCH] Updated README with ideal Python version information. --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index faeb9b8..5fabc7a 100644 --- a/README.textile +++ b/README.textile @@ -12,7 +12,7 @@ h2. Screenshots h2. System Requirements -Stackdump was written in Python and requires Python 2.5 or later (but not Python 3). It leverages Apache Solr, which requires the Java runtime (JRE), version 6 or later. +Stackdump was written in Python and requires Python 2.5 or later (but not Python 3). There have been some reported issues with older versions of Python, so the ideal version to run is v2.7.6 (the latest 2.x version, as of writing). Stackdump also leverages Apache Solr, which requires the Java runtime (JRE), version 6 or later. Besides that, there are no OS-dependent dependencies and should work on any platform that Python and Java run on (although it only comes bundled with Linux scripts at the moment). It was, however, developed and tested on CentOS 5 running Python 2.7 and JRE 6 update 27.