Browse Source

update install

Those packages help the RPI to install ansible without having to build some libs
Nicolas Marcq 8 năm trước cách đây
mục cha
commit
34ad8f1033
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      install/install_kalliope.sh

+ 3 - 0
install/install_kalliope.sh

@@ -3,6 +3,9 @@
 # install packages
 sudo apt-get install -y python-pip libssl-dev
 
+# this is used to help the RPI
+sudo apt-get install -y libffi-dev python-yaml python-pycparser python-paramiko python-markupsafe
+
 # install ansible
 sudo pip install ansible==2.1.1.0