-
Notifications
You must be signed in to change notification settings - Fork 0
Compile your Pyder Project.
Daveberry edited this page Mar 21, 2026
·
2 revisions
To compile your Pyder app, all you need to do (and make sure you're in the same folder as your project) is
python run.py compileThis commands compiles the app through Vite frontend, and bundles everything with PyInstaller.
Depending on your operating system, PyWebView might be screwed up.
All you need in windows is WebView2 and the app will run perfectly fine.
-
GTK: OPENING - you need
webkit2gtk4.1in your package manager. -
Qt: OPENING - you need
qtwebkitorqt5-qtwebkit. This has not been tested. - GTK & Qt: COMPILING - Good luck soldier. I don't even remember what libraries I installed to compile the app.
You don't need anything special to open the app. Just open it.