Getting started
1. Install dependencies 📦️
Install KiCad 7 or later 👉️ https://www.kicad.org/download/
When using EDeA as a command line tool, please use pipx to manage the virtualenv easier.
2. EDeA vet 🔍️
This command checks if the KiCad version is compatible with EDeA:
edea vet
If everything is OK, install edea command completion:
edea --install-completion
3. Time to use EDeA 💫
pipx run --system-site-packages edea version
pipx install --system-site-packages edea
edea version
For more information about the commands, check the Command line interface page.