Skip to content

Installation

Install PyCircuitKit in a virtual environment:

python -m venv .venv
source .venv/bin/activate
pip install -e .

Recommended dev tools:

  • pytest
  • mypy
  • ruff

Optional (for docs):

  • mkdocs-material
  • mkdocstrings