Skip to content

Commit 6b1f60b

Browse files
committed
update python deps
1 parent 853682e commit 6b1f60b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/post-arch-pi.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ USER_NAME=psv
1212
PASSWORD=psv
1313

1414
############# PACKAGES #########################
15+
16+
pacman-key --init
1517
pacman -Syu --noconfirm
1618
pacman -S base-devel packer git gcc-fortran --noconfirm
1719
### Video capture related
@@ -23,7 +25,7 @@ pacman -S ntp bash-completion --noconfirm
2325
pacman -S raspberrypi-firmware{,-tools,-bootloader,-example} --noconfirm
2426

2527
# preinstalling dependencies will save compiling time on python packages
26-
pacman -S python2-pip python2-numpy python2-scipy python2-pandas --noconfirm
28+
pacman -S python2-pip python2-numpy python2-bottle python2-pyserial --noconfirm
2729

2830
######################################################################################
2931

0 commit comments

Comments
 (0)