development installation (direct link to the source code):
pip install -e .
installation (build packege and install it to python site-packages):
pip install .
routing pcb from kicad:
python src/rtools/main.py [--kicad_pcb <filepath>] [--kicad_pro <filepath>] [--save_file <filename>]
Code used in this project is based on the following repositories: