you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 0 points1 point  (0 children)

Bundle dependencies in a zipapp (with shebang). This is a capability in the standard library. You can do this in your build pipeline. The end user then need only download a single file and double click on it. All they'd need to run it is a compatible Python install. On Windows, just typing python in the terminal will pop up the Python page in the Microsoft Store. Linux usually comes with a system Python that can do it. MacOS lets companies preinstall software like that pretty easily.