Inkycal/Raspbian-Lite-Pre-setup

8 lines
207 B
Plaintext
Raw Normal View History

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