devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
170 stars 46 forks source link

Please elaborate KiPart documentation to explain how to run as a script #79

Open petemate opened 6 months ago

petemate commented 6 months ago

I am familiar with python as a scripting language, but I do not understand the part about "running KiPart as a script" in the Usage part of the documentation. After installing using "pip install kipart", I don't know how to proceed. Where do i write "kipart -v" to test the software? Do I run it from a python command promt, from a windows cmd promt, etc? Neither works.

Thank you very much.

devbisme commented 3 months ago

Apologies for the delay in replying. In a command window, you should be able to type kipart -v and get the version number. Let me know if that works.