Skip to content

Installation

Trace Tool is written in pure python 3.13 and can be installed on Windows, Mac or Linux. Snippets below address Windows installation.

Open PowerShell window and install uv (application for managing python and python based applications). You can skip this step if uv is already installed.

winget install --id=astral-sh.uv  -e

Once uv is installed run

uv tool install --cache-dir .cache -p 3.13.1 --force git+https://github.com/priimak/tt.git@release

This will install latest release version of Trace Tool (executable tt.exe).

If newer version of Trace Tool is available then you can upgrade your previously installed version by running following command in PowerShell window.

uv tool upgrade tt