add python3 to README

This commit is contained in:
j 2014-10-11 20:15:00 +02:00
parent 03e2ac76bb
commit 909b0904d4

3
README
View file

@ -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