Skip to content

Install on Windows

Eliran Wong edited this page Nov 30, 2024 · 22 revisions

Latest

For installing UBA on Windows via WSL2, read https://github.com/eliranwong/UniqueBible/wiki/Install-UBA-on-Windows-via-WSL2-Ubuntu

Set up "Unique Bible App" on Windows 11

Tested on Windows 11

To install, run on Windows Terminal:

  1. Install Chocolatey, read https://chocolatey.org/install

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

  1. Install python, e.g.:

choco install python310

  1. Install UniqueBible App

pip install --upgrade uniquebible

To run UniqueBible App, run:

ubgui

Clone this wiki locally