poppy-project / ucia

GNU General Public License v3.0
3 stars 5 forks source link

Portable app for Windows environments #58

Open Manon-Arc opened 3 months ago

Manon-Arc commented 3 months ago

Copil technique du 11/06/2024 (4)

Se renseigner sur la possibilité de créer un environnement virtuel (type flatpak) pour windows pour facilité l' installation.

davidjsherman commented 3 months ago

I can't find a Windows equivalent for flatpak.

There is PortableApps but unfortunately their runtime needs to be installed

davidjsherman commented 3 months ago

Closing because not feasible. Workaround of requiring Windows 11 (#57) is good enough

davidjsherman commented 2 months ago

@Manon-Arc Since the code is Python, PyOxidizer is a good choice. An easy way is to package a virtualenv. On Windows it can make statically linked executables.