Package Your App for Linux
00:00 Packaging your app for Linux works in a very similar way to macOS. You just end up with a Linux package rather than a Mac application. First start by installing PyInstaller.
00:24
Then run the command seen on-screen. Here, again, the -w
flag will be set to create a windowed application, and the --onefile
flag creates a single file.
01:11
After the build process is complete, the dist/
folder should contain a single file, which is an executable version of your calculator.
01:39 Now that you’ve seen how to package your app on Linux, in the next section of the course, you’ll see how to do so on Windows.
Become a Member to join the conversation.