From 909b0904d436ced23b399469d38aca69149c25e8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 11 Oct 2014 20:15:00 +0200 Subject: [PATCH] add python3 to README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index c1e109d..de79456 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ python-ox - the web in a dict Depends: - python >= 2.6 + python >= 2.7 or python3 >= 3.4 python-chardet (http://chardet.feedparser.org/) python-feedparser (http://www.feedparser.org/) python-lxml (http://codespeak.net/lxml/) [optional] @@ -38,3 +38,4 @@ Cookies: Tests: nosetests --with-doctest ox + nosetests3 --with-doctest ox