This repository has been archived on 2024-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Launcher/install-windows.txt
2024-01-20 14:03:26 +01:00

13 lines
No EOL
288 B
Text
Executable file

# install msys2
# update msys2
# install python && pip in msys2
# install customtkinter pip package
# install nuitka (in msys2)
# add python (usually: C:\msys2\bin) to system variable PATH
# restart computer, and if done well you should be able to build and run this app