Installation

Requirements

Pre-built binary (recommended)

curl -fsSL https://kurslab.icu/install.sh | sh

This downloads the latest release binary and installs it to /usr/local/bin/kurslab.

From source

git clone https://github.com/k.e/kurslab
cd kurslab
pip install -e .

Verify

kurslab --version
# kurslab v2026

If you see the version string, installation succeeded. Continue to Quickstart.