How is calibre packaged
I am new in PyQt5. Calibre is a good example to learn. There is less knowledge about how to package the code in calibre. On the GitHub, the calibre can be built by a package named `bypy`. There are plenty of instructions about how to use `pyinstaller` to build a binary bundle file. But I like something like calibre, a setup wizard window will display. Maybe someone can give me some hints about how calibre is packaged across Linux, Windows, and macOS.
|