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
- Open a terminal of your choice in the root directory of Bible Notify.
- Execute the command
python3 -m pip install -r requirements.txt
. - Run Bible Notify with
sh ./run_src.sh
.
- Install Python if it isn't installed already. Go to here, download the latest version and then run the installer.
- Install Bash using MSYS2.
- Open a terminal/shell in the root directory of Bible Notify.
- Execute the command
python -m pip install -r requirements.txt
. - Run Bible Notify with
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.