Simiki3 docs ·

Installation

Simiki3 requires Python 3.10 or newer.

From a source checkout

The repository uses uv for reproducible development environments:

git clone https://github.com/hmgle/simiki3.git
cd simiki3
uv sync --extra dev
uv run simiki3 --version

The dev extra installs the test and lint tools used by the project.

As an installed command

When using a released package, install simiki3 with your preferred Python package manager and make sure the resulting simiki3 command is on your PATH. Verify the installation with:

simiki3 --version

Next step

Continue with the quick start to initialize a site and render your first page.