Installation¶
Requirements¶
si-wrapper
requires KiCad 9.0.x
, python >= 3.10
, pip
and gerbv
.
Note: The provided scripts were tested with KiCad 9.0.2 and Debian 12.
Installation (Debian)¶
Configure
PATH
:export PATH=$HOME/.local/bin:$PATH
Install requirements:
echo 'deb http://deb.debian.org/debian bookworm-backports main' > /etc/apt/sources.list.d/backports.list apt update apt install python3 python3-pip gerbv apt install -t bookworm-backports kicad
Clone and install
si-wrapper
:git clone https://github.com/antmicro/kicad-si-simulation-wrapper cd kicad-si-simulation-wrapper pip install .
Last update:
2025-06-18