14 lines
368 B
Markdown
14 lines
368 B
Markdown
# Software Installation
|
|
|
|
To install the software you need, run the following commands in the terminal:
|
|
|
|
```bash
|
|
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
|
|
sudo apt-get install python3-picamera python3-pip
|
|
sudo pip3 install guizero
|
|
sudo pip3 install twython
|
|
```
|