simplebooth/software.md

15 lines
368 B
Markdown
Raw Normal View History

2017-02-14 15:53:35 +00:00
# Software Installation
To install the software you need, run the following commands in the terminal:
```bash
2017-02-17 15:39:43 +00:00
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install raspberrypi-ui-mods
sudo apt-get install raspberrypi-net-mods
2017-02-14 15:53:35 +00:00
sudo apt-get install python3-picamera python3-pip
sudo pip3 install guizero
sudo pip3 install twython
```