How to create installers for your Python application?๐ค
Requirements
Debian operating system.
Windows operating system with Python 3, pip and inno setup installed.
Creating inno setup installer (on windows)
In order to create an installer, we must convert the application script to executable. We can do ...
blog.jothin.tech2 min read
Omar Moustafa
A full-stack developer, Python expert and tech-lover.
Great guide, really helpful!