mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00
Update kikit to 1.0.4
To fix breaking change from transitive dependency `click`. More info: https://github.com/yaqwsx/KiKit/releases/tag/v1.0.4
This commit is contained in:
parent
a30e94cf4b
commit
5c2a10428a
@ -14,8 +14,7 @@ sudo add-apt-repository --yes ppa:kicad/kicad-5.1-releases
|
||||
sudo apt-get update -qq
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y kicad inkscape poppler-utils xdotool recordmydesktop python3-dev python3-pip
|
||||
|
||||
# KiKit is installed via pinned git revision to get "new" CLI with support for V-Cuts layer specification. TODO: switch to release version once landed.
|
||||
sudo python3 -m pip install psutil kikit==1.0.2 xvfbwrapper
|
||||
sudo python3 -m pip install psutil kikit==1.0.4 xvfbwrapper
|
||||
|
||||
mkdir -p ~/.config/kicad
|
||||
cp /usr/share/kicad/template/fp-lib-table ~/.config/kicad/
|
||||
|
Loading…
Reference in New Issue
Block a user