Python Forum

Full Version: Pycharm - method to deploy finshed project with AppImage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a Pycharm process that lets you create an AppImage of your python App
without any AppImage packaging knowledge. You develop your app as normal in Pycharm.
When ready to deploy goto 'Tools''PROJECT APPS' '1 compile to appimage' then
you can select '2 run appimage'.
In order to be able to do this you need to create your python project from the provided
template folder. The install.md shows you how to do this. This involves
following these instructions step-by-step.
Gitlab url - https://gitlab.com/chezmurray/pycharm-appimage-support
Just released - may have some install issues. but works fine on Debian 9 and Debian 10.
Murray