exe coming SOON!
- download the repos code: press on the blue "code button" in the top of the repos' page and click "download .zip"
- extract zip
- run install.bat and follow the instructions there
- run run.bat and saffari will lunch!!! (hopefully, if not, report it heer or on DC plz)
- install python 3 ig u not hav it(it's preinstalled on most linux distros and macos)
- clone the repo using git or download it by clicking on code -> download zip on the github website
- extract it if you downloaded the zip
- open a terminal or cmd or powershell or whatever and navigate to the folder you cloned or extracted the repo to:
cd path/to/saffari-for-desktop-pyqt
- install requirements (from terminal or cmd or powershell or something like that):
pip3 install -r requirements.txt
(use a venv if you prefer that) - run main.py:
python3 main.py