Added dependencies and how to run without installing
This commit is contained in:
parent
64ab20e68e
commit
c9fe26665d
12
README.md
12
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*
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue