Installation

Requirements

  • Python 3.9 or later

  • PyYAML ≥ 6.0 (installed automatically)

Install from PyPI

pip install circuitgenome

Install from source

git clone https://github.com/analog-ml/CircuitGenome.git
cd CircuitGenome
pip install -e .

Building the documentation

Install the documentation dependencies (Sphinx and the Furo theme), then build:

pip install -r docs/requirements.txt
cd docs
make html

The generated site appears in docs/_build/html/.