Installation

Requirements

  • Python 3.10 or higher

  • pip package manager

Install from PyPI

pip install simulchip

Install from Source

git clone https://github.com/yourusername/simulchip.git
cd simulchip
pip install -e .

Development Installation

For development with all tools:

git clone https://github.com/yourusername/simulchip.git
cd simulchip
pip install -e ".[dev,docs]"
pre-commit install

Verify Installation

simulchip version