SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
352 stars 95 forks source link

add kibom.__main__:main entry point #138

Closed Evidlo closed 3 years ago

Evidlo commented 3 years ago

pip should now automatically add kibom to the user's path, so cloning the repo and providing a full path to KiBoM is no longer necessary.

Also the entry_points method seems to have better cross platform compatibility than the scripts method.

SchrodingersGat commented 3 years ago

Thanks @Evidlo - did not know this was possible :)