Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 759 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 759 Bytes

Local Development

Mandatory dependencies

  • python >= 3.9
  • flatpak-builder

Download the application

git clone https://github.com/rafatosta/zapzap.git
cd zapzap

Local run

Installing dependencies

pip install PyQt6 PyQt6-WebEngine dbus-python python-gettext

Run

python _run/run.py

Flatpak run

Installing dependencies

# add flathub remote
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

# installing required packages
flatpak install --user --assumeyes flathub org.kde.Platform//6.7 org.kde.Sdk//6.7 com.riverbankcomputing.PyQt.BaseApp//6.7 

Running the application

# Building and Running
python _run/run_flatpak.py