# Software Installation This 'make' resource requires a lot of additional library software. You will need to be connected to the internet to install these extra libraries. 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 sudo apt-get install python-PIL ``` This will install the necessary software to control the PiCamera, create a GUI, tweet and manipulate images. If you are using the Raspberry Pi touch screen to make this resource, you will also need to enter the following commands: ```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 ```