|
Requirement
You must have installed following packages before installing TwiOtaku:Python 2.6 or later (Python 3.X is not supported) APSW (NOT used any more since 2012-1-27) ujson (optional, accelerate JSON parsing) pysqlite (optional, more stable for SQLite connection) MarkupSafe (optional, accelerate template building) Note:When installing APSW, I STRONGLY suggest you take the author's recommends advices instead of simply typing python setup.py install. Since i use pysqlite(bundled as sqlite3 in Python) instead of APSW, now you can conveniently use python setup.py install and pip install *** |