added package 'python-dev' useful for RFID read

This commit is contained in:
xdrm-brackets 2017-02-06 17:36:55 +01:00
parent ccaa3a6cf5
commit 4e0e40fada
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ sudo systemctl start ssh;
# [4] Try to install necessary packages # [4] Try to install necessary packages
sudo apt-get update; sudo apt-get update;
sudo apt-get -y install git php5 php5-cli php5-curl; sudo apt-get -y install git php5 php5-cli php5-curl python-dev;