9 lines
218 B
Markdown
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
|
|
```
|