Head over to GitHub Releases to download the latest release of Bible Notify. Binaries are available for Linux, macOS and Windows.
Python is pre-installed on Linux systems already
python3 -m pip install -r requirements.txt
.sh ./run_src.sh
.python -m pip install -r requirements.txt
.sh ./run_src.sh
.Note: Alternatively you can install Bash from Git's website, however you will need to run the following commands instead of
sh ./run_src.sh
. This is becauserun_src.sh
will not work with Git Bash.sh ./update_qrc.sh python3 src/main.py
Need help? Want to help out? Join our Element chat to chat with the developers or get support.
Contributions are always welcome! Feel free to open a PR or ask questions.
cd src/assets
pyside6-rcc assets.qrc -o assets.py
Licensed under the GPL-3.0 license.