From 076ad8e9e6e261eacd0c8554e68290f2a355d733 Mon Sep 17 00:00:00 2001 From: benjaoming Date: Sun, 3 Feb 2013 17:21:15 +0100 Subject: [PATCH] Python 2.5 support note --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01099111..55bb7b9b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ So far the dependencies are: * [django-sekizai](https://github.com/ojii/django-sekizai/) * [sorl-thumbnail](https://github.com/sorl/sorl-thumbnail) * PIL (Python Imaging Library) - * Python>=2.6<3 (Python 3 not yet supported) + * Python>=2.5<3 (Python 3 not yet supported) Development ------------ @@ -167,6 +167,11 @@ The folder **testproject/** contains a pre-configured django project and an sqli [![Build Status](https://travis-ci.org/benjaoming/django-wiki.png?branch=master)](https://travis-ci.org/benjaoming/django-wiki) +Python 2.5 +---------- + +Due to Markdown using elementree, you should check that you have python-celementtree: `apt-get install python-celementtree` + Acknowledgements ---------------- -- 2.45.2