TousstNicolas / JLC2KiCad_lib

JLC2KICAD_lib is a python script that generate a component library (schematic, footprint and 3D model ) for KiCad from the JLCPCB/easyEDA library.
MIT License
228 stars 42 forks source link

Fix example use with JLC2KiCadLib command line #56

Closed adri1mart1 closed 10 months ago

adri1mart1 commented 10 months ago

Hello,

I have very recently discovered your project, awesome job ! Following the readme was a bit confusing because you have 2 ways to start your script, using JLC2KiCadLib directly and using python3 JLC2KiCad_lib.py.

I think the python3 JLC2KiCad_lib.py was the genuine way of calling your script prior to your packaging refactoring (see 8ff517fba5 ).

Regards, Adrien M.

TousstNicolas commented 10 months ago

Nice catch !

Thanks for your correction.