Fix "typo" in README

master
pictuga 2015-08-29 12:32:40 +02:00
parent 8a1c00abf0
commit 554bdb4650
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ You do need:
- [this](https://github.com/bookieio/breadability) readability fork
- [dateutil](http://labix.org/python-dateutil) to parse feed dates
- [html2text](http://www.aaronsw.com/2002/html2text/)
- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7
- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python &lt; 2.7
Simplest way to get these:
`pip install -r requirements.txt`