-
Notifications
You must be signed in to change notification settings - Fork 84
Prerequisites installation and running
If you're on Windows or Mac, simply get the standalone executable from the releases page
pip install tdmgr
then, after installation is done, simply do tdmgr.py
in console.
Be aware, that on modern Linuxes the system may prevent you from manually installing packages into the system-wide Python installation. In such case you need to use a virtualenv.
-
install python-venv package for Python 3.8+ (refer to your OS documentation)
-
in directory of your choice create a new virtualenv:
python -m venv <venv_name>
-
activate it (this might depend on your shell, but for most of them the following will work):
source <venv_name>/bin/activate
-
install TDM with pip and run like written above
Create a Python3.8+ venv, activate it, and clone the repo. Then, install TDM:
pip install .
Start TDM with tdmgr.py