add python3 to README
This commit is contained in:
parent
03e2ac76bb
commit
909b0904d4
1 changed files with 2 additions and 1 deletions
3
README
3
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
|
||||
|
|
Loading…
Reference in a new issue