From cd7c3a9a4e71c8cb75c185e40eb836140d0e5314 Mon Sep 17 00:00:00 2001 From: Lorna Lynch Date: Fri, 24 Mar 2017 11:05:40 +0000 Subject: [PATCH] copy edit --- software.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/software.md b/software.md index 1757060..c1153b9 100644 --- a/software.md +++ b/software.md @@ -1,7 +1,7 @@ # 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. +This resource requires a number of additional software libraries. 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: +To install the software you need, run the following commands in a terminal window: ```bash sudo apt-get install python3-picamera python3-pip @@ -10,9 +10,9 @@ 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. +This will install the necessary software to control the Camera Module, create a GUI, and 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: +If you are using the Raspberry Pi touchscreen to make this resource, you will also need to enter the following commands: ```bash sudo apt-get update