Skip to content

Prerequisites installation and running

Jacek Ziółkowski edited this page Dec 15, 2020 · 8 revisions

Option 1

If you're on Windows, simply get the standalone executable from the releases page

Option 2

pip install tdmgr then, after installation is done, simply do tdmgr.py in console

Option 3

Create a Python3.6+ venv, activate it, and clone the repo. Then, install the required packages: pip install PyQt5 paho-mqtt

If you want WebUI inside TDM instead of opening external browser, install PyQtWebEngine pip install PyQtWebEngine

Start TDM with python tdmgr.py