Getting started =============== 1. Download `t3 `_ 2. Unzip the Python package and run :: python setup.py install Alternatively if you are using Windows, you can also run the Windows installer. 3. Start an interactive Python console and type :: >>> from t3.core import* The ``core.py`` module is an auxiliary module importing all relevant names of ``t3``.