E-Paper-Calendar/Raspbian-Lite-Pre-setup
Ace 15702f268e
Create Raspbian-Lite-Pre-setup
A few packages included in Raspbian Stretch with Desktop are missing in the lite version. This script will install the 'missing' packages so that after executing the command, the system will work like Raspbian Stretch with Deskop.
2018-08-28 03:02:26 +02:00

7 lines
207 B
Text

sudo apt-get install python3-pip -y
sudo apt-get install RPi.GPIO -y
sudo apt-get install python3-spidev -y
sudo apt-get install git -y
pip3 install Pillow
sudo pip3 install Pillow
sudo apt install libtiff5