Added dependencies and how to run without installing

This commit is contained in:
Salvador E. Tropea 2020-03-24 14:48:08 -03:00
parent 64ab20e68e
commit c9fe26665d
1 changed files with 12 additions and 0 deletions

View File

@ -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*