Topic: New version available (1.2.4)
The version 1.2.4 is available.
Portable versions at: https://github.com/raulroda/qet_tb_gene … aster/dist
Source code: https://github.com/raulroda/qet_tb_generator-plugin
The python pip3 package is also available:
How install/upgrade from pip packages
Requires python 3.5 or above.
>> First install on Linux (Debian based distros)
1. In a terminalm install python3 and GUI library:
sudo apt-get install python3 python3-tk python3-pip
2. Install the program:
sudo pip3 install qet_tb_generator
3. Launch the plugin from the 'Project' menu of QElectrotech.>> Update on Linux
sudo python3 -m pip install --upgrade qet_tb_generator>> First install on Windows
1. Install, if required, python 3.5 or above
2. pip3 install qet_tb_generator>> Update on Windows
python -m pip install --upgrade qet_tb_generator