Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
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.