Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 545 Bytes

routing toolkit

Introduction

Installation

development installation (direct link to the source code):

pip install -e .

installation (build packege and install it to python site-packages):

pip install .

Running

routing pcb from kicad:

python src/rtools/main.py [--kicad_pcb <filepath>] [--kicad_pro <filepath>] [--save_file <filename>]

Thanks to

Code used in this project is based on the following repositories:

Parser: