-
-
Notifications
You must be signed in to change notification settings - Fork 38
Install UBA on macOS with Latest M1 Chip
Python version 3.10.4
Unique Bible Apple version 30.12
Basically, you simply need to download UBA and run it if you have Python and git in place.
Steps to set up for a fresh installation:
- Install Python Library
We managed to run UBA desktop version with python version 3.10.4 on macOS with Apple chip:
The python version 3.10.4 installer, which we use, was downloaded from https://www.python.org/downloads/
Go to https://www.python.org/downloads/ to download official python installer:
Locate the downloaded file in the "Download" directory:
Double-click to install Python Library
- Download git
An easy way to get "git" is to use Homebrew:
Open your "Terminal" app located in "Applications > Utilites" and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
- Download UBA
Open your "Terminal" app located in "Applications > Utilites" and run:
- Run UBA
Open your "Terminal" app located in "Applications > Utilites" and run:
python3 UniqueBible/uba.py
https://github.com/eliranwong/UniqueBible/wiki/Create-an-Executable-Shortcut-on-macOS