- download html 1.16
- extract and run
python setup.py build install - got error message
Traceback (most recent call last): File "setup.py", line 12, in
long_description = __doc__.decode('utf8'), AttributeError: 'str' object has no attribute 'decode' - find line 12 in setup.py
- remark this line #long_description = __doc__.decode('utf8'),
- run again
python setup.py build install - hurra