Git Clone
First, you'll clone the kicad2fritzing repository to your computer. The repo is set up so that all of the files and folders are in the expected locations for the Python script.
In a terminal window or the GitHub desktop app, navigate to the main folder where you want kicad2fritzing to live. Then clone the repository either through the GitHub desktop app or terminal:
git clone https://github.com/adafruit/kicad2fritzing.git
After cloning, navigate to the folder on the computer. You'll see the repository folder structure with all of the files.
Install Dependencies
kicad2fritzing does have one Python dependency, svgelements. To install it, run this command in a terminal:
pip install -r requirements.txt
Page last edited July 07, 2026
Text editor powered by tinymce.