-
-
Notifications
You must be signed in to change notification settings - Fork 39
Install on macOS
Eliran Wong edited this page Nov 30, 2024
·
19 revisions
For an example:
To install, run on terminal:
- Install brew, read https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install pyenv
brew install pyenv
- Install python3
pyenv install 3.11.9
- Install Uniquebible
cd ~
python3 -m venv ub
source ub/bin/activate
pip install --upgrade uniquebible
# bash users
echo "alias uniquebible='. $(pwd)/ub/bin/activate && $(which ubgui)'" >> ~/.bashrc
source ~/.bashrc
# zsh users
echo "alias uniquebible='. $(pwd)/ub/bin/activate && $(which ubgui)'" >> ~/.zprofile
source ~/.zprofile
To start UniqueBible App, run on terminal:
uniquebible