Skip to content
Snippets Groups Projects
Commit d4d8d9ed authored by jacques Grelet's avatar jacques Grelet
Browse files

add > sudo apt-get install python3-tk

parent 482f3e2e
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,10 @@ Developpement:
> pip install PyInstaller
> pip install PySimpleGUI
Sous Ubuntu, installer python3-tk pour PySimpleGUI:
> sudo apt-get install python3-tk
To create your EXE file from your program that uses PySimpleGUI, my_program.py,
enter this command in your Windows command prompt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment