From 7d99d853939c07b857217988908aa17b3a4dcee5 Mon Sep 17 00:00:00 2001 From: Steveis Date: Wed, 29 Mar 2017 12:26:12 +0100 Subject: [PATCH] Update to display allseeingpi folder path You will now see /home/pi/allseeingpi instead of /home/pi --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 4687699..3274ee8 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -12,7 +12,7 @@ With the hardware set up, we can begin to program the software that will make ev ![Create folder menu](images/create-folder.png) -1. Type in the name of the folder where you will store the code and the photographs. We chose to call ours `allseeingpi`. Make a note of the path to this folder (this is displayed in the bar at the top), which should be `/home/pi/allseeingpi`. +1. Type in the name of the folder where you will store the code and the photographs. We chose to call ours `allseeingpi`. Double click on the `allseeingpi` folder and make a note of the path to this folder (this is displayed in the bar at the top), which should be `/home/pi/allseeingpi`. 1. From the **Programming** menu, open up **Python 3**.