News

Create an installer for your PyInstaller app: If you want a way to deploy your application other than a .zip file or the single-file distribution, consider using an installer utility like the open ...
Create a pip installable package Using pip is the most conventional and best-supported way to package a Python application for re-use. Just take your application directory and outfit it with a ...