Installation (Workbench)
Windows (Recommended)
Option 1: Download Release (Easiest)
Option 2: Run from Source
# Clone the repository
git clone https://github.com/Supervertaler/Supervertaler-Workbench.git
cd Supervertaler
# Create virtual environment
python -m venv venv
venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the application
python Supervertaler.pymacOS
Apple Silicon (M1, M2, M3, M4) — Download Release
Intel Macs — Install via pip
Run from Source (any Mac)
Linux
Dependencies
Package
Purpose
Next Steps
Last updated