simplebooth/software.md
2017-02-14 15:53:35 +00:00

9 lines
218 B
Markdown

# Software Installation
To install the software you need, run the following commands in the terminal:
```bash
sudo apt-get install python3-picamera python3-pip
sudo pip3 install guizero
sudo pip3 install twython
```