私のコードは次のとおりです。
import texttable as tt
tab = tt.TextTable()
header = ['Manager', 'Club', 'Year']
tab.header(header)
print tab.draw()
実行中に次のエラーが発生します。
ImportError: texttable という名前のモジュールがありません
texttable をインストールする手順やその他のソリューションを手伝ってくれる人はいますか。