Skip to content

Installation Guide

Using pip

Install StructKit with pip:

pip install structkit

Enable Auto-Completion

After installation, enable command-line auto-completion using static scripts generated by shtab. See the Command-Line Completion guide for per-shell instructions.

From Source

Clone the repository and install locally. See the Development page for details.

Using Docker

Run StructKit without installing, using Docker:

docker run -v $(pwd):/workdir -u $(id -u):$(id -g) ghcr.io/httpdss/structkit:main generate file:///workdir/example/structure.yaml /workdir/example_output

Refer to the Quick Start guide for more options.