pytddmon uses a simple installation scheme called ”xcopy”. That means that the only thing you have to do is copy pytddmon to where you want it – and run it from there.
Here’s a detailed description:
- Make sure you have CPython 2.7 or 3.2 installed
- Download pytddmon (link in menu to the right)
- Copy it to your Python project source code directory
- Run it*
** The last step depends on your operating system:
- Ubuntu: In a terminal, type:
python pytddmon.py &
You may need to install Tkinter:
sudo apt-get install python-tk
- Windows: double-click pytddmon.py
pytddmon