Explorar o código

update install

Those packages help the RPI to install ansible without having to build some libs
Nicolas Marcq %!s(int64=8) %!d(string=hai) anos
pai
achega
34ad8f1033
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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