From c9fe26665d3e1c66b8d789daf50494563c80f590 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 24 Mar 2020 14:48:08 -0300 Subject: [PATCH] Added dependencies and how to run without installing --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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* +