Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 760 Bytes

File metadata and controls

31 lines (20 loc) · 760 Bytes
tags
installation

Installation Guide

Using pip

Install StructKit with pip:

pip install structkit

!!! tip "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.