Previous topic

The t3 library

Next topic

T3Number

This Page

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.