I would like you to suggest me some way how non-IT person would install program I created.
So basically I have virtualenv with python with libs. I am looking for some program that would create something (some exe or whatever necessary) that I would just put on usb, and when another human copied it on newly installed windows pc, it would just work. Its going to be PyQT application.
I would easily be able to setup everything, but it needs to be dumb-proof way. Just some 'exe-like' solution that would do everything itself.
Any suggestions would be highly appreciated. If you feel like this is duplicate, please point me into right direction...but all examples I found needed at least little bit of "IT mind".