diff --git a/README.md b/README.md index 4afd4a48..9aa95fb9 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,12 @@ pcb_files: ## Installing +### Dependencies + +- For ERC, DRC, BoM XML update and PCB/SCH print install [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) +- For HTML/CSV BoM install [KiBoM](https://github.com/INTI-CMNB/KiBoM) +- For interactive BoM install [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) + ### Installation on Ubuntu/Debian: Get the Debian package from the [releases section](https://github.com/INTI-CMNB/kiplot/releases) and run: @@ -266,4 +272,10 @@ Get the Debian package from the [releases section](https://github.com/INTI-CMNB/ sudo apt install ./kiplot.inti-cmnb_*_all.deb ``` +### Installation on other targets + +- Install KiCad 5.x +- Install Python 3.5 or newer +- Run the script *src/kiplot* +