Add "six" as a requirement in README
Actually a dependency of "chardet", but since people (including me) might just send file onto their server instead of installing the libs properly, it's a nice reminder (not in requirements.txt since that one is automatic)master
parent
b8d8d9ea20
commit
e0092387b1
|
@ -35,6 +35,7 @@ You do need:
|
||||||
- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7
|
- [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7
|
||||||
- [wheezy.template](https://pypi.python.org/pypi/wheezy.template) to generate HTML pages
|
- [wheezy.template](https://pypi.python.org/pypi/wheezy.template) to generate HTML pages
|
||||||
- [chardet](https://pypi.python.org/pypi/chardet)
|
- [chardet](https://pypi.python.org/pypi/chardet)
|
||||||
|
- [six](https://pypi.python.org/pypi/six), a dependency of chardet
|
||||||
|
|
||||||
Simplest way to get these:
|
Simplest way to get these:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue