From the page GitHub Pytigon releases download the installation file: install_pytigon.exe. Run, select all components and accept the license. After installation, in the list of programs, you will find the new Pytigon application. Run it. Aattention! The first launch takes a long time and the application may not give signs of life for several minutes.
Installation from sources:
install the GIT software
install the Python software, version 3.7
in the selected place, run:
git clone https://github.com/Splawik/pytigon.git
pip install -r requirements.txt
pip install wxasync wxpython cefpython3
to run the program, go to the root folder of the cloned software and run:
python pytigon
Attention! The "python" and "pip" command names may need to be modified. If you have more than one instance of python it may be necessary (and even recommended) to use virtual environments.