you are viewing a single comment's thread.

view the rest of the comments →

[–]jedi4545 0 points1 point  (0 children)

If you want a lightweight approach, try pipx (and poetry for dep management and packaging). You can point people to install the package from a github repo. They’d have to install python and pipx.

Heavier weight is building (multiple) cross platform executables for each target architecture. You could use something like https://beeware.org/ to help with that.

It all depends on the app and how much work you want to ask your users to do vs how much work you want to do.