You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,29 @@ TeachingKidsProgramming.Java
3
3
4
4
## To Install ##
5
5
6
-
1a) Open your C: drive, Create a new folder called**TKPSource** (Do NOT put any blank spaces in the folder name).
6
+
1a) **Create** a new folder named**TKPSource** (Do NOT put any blank spaces in the folder name) at C:\ -> C:\TKPSource.
7
7
8
-
1b) Download the TKP ZIP file from this site. Download this zip file by clicking the 'Download ZIP' button on the middle right side of this page (for your convenience we also copied that same link directly below this line)
8
+
1b) **Download** the TKP ZIP file from this site. Download this zip file by clicking the 'Download ZIP' button on the middle right side of this page (or use the link directly below this line). Wait for the download to complete.
9
9
10
10
[![download zip button][2]][1]
11
11
12
-
1c) After the download completes, drag the zip from your **Downloads** folder to the **TKPSource** folder then right click the downloaded file and then click on 'extract all'(Win) or 'unzip'(Mac) to unzip it.
12
+
1c) **Move** the zip file from your **Downloads** folder to the **TKPSource** folder.
13
13
14
-
For Windows -- Next open the upzipped folders and find the 'TKP_Launcher.jar' file. Double-click the 'TKP_Launcher.jar file to run it.
14
+
1d) **Unzip** by right clicking the downloaded file and then click on 'extract all'(Win) or 'unzip'(Mac) to unzip it.
15
15
16
-
For Mac -- download Eclipse and also download the Java SDK, then follow the instructions below.
16
+
1e) **Open** the upzipped TKP folders and find the **'TKP_Launcher.jar'** file.
17
17
18
-
2) After the 'TKP_Launcher.jar' runs successfully, then Eclipse should open with the TKP courseware loaded. The courseware is a series of *.java files. If the 'TKP_Launcher.jar' file displays an error, read the error and see the section at the bottom of this page to complete the steps needed.
18
+
1f) **Run** the 'TKP_Launcher.jar file by double-clicking it. Wait for it to complete. If it's successful, Eclipse will launch with the TKP workspace open. If an error MessageBox pops up, read the message and go to the **Fixing Installation Errors**section at the bottom of this document.
19
19
20
-
A successful install should look like this (our sample has two lines of code completed 'Tortoise.show();' which can you run to test to make sure everything is working if you like: 
20
+
A successful install should look like the screenshot below (our sample has two lines of code completed 'Tortoise.show();' which can you run to test the setup:
21
21
22
-
## To Run and Use the Courseware ##
22
+

23
23
24
-
Double click the 'TKP_Launcher.jar' file. This will open Eclipse and load the TKP workspace (courseware) into the customized IDE (Eclipse editor) using the latest version of the TKP courseware.
24
+
=============================
25
25
26
26
## Lesson Plans ##
27
27
28
-
You can download [Printable Lesson Plans] (https://www.penflip.com/lynnlangit/tkp-lesson-plans) to aid in teaching. We suggest the PDF format (Indexed and formatted better).
28
+
You can download [Printable Lesson Plans] (https://www.penflip.com/lynnlangit/tkp-lesson-plans) to aid in teaching. We suggest the PDF format (Indexed and formatted better). These lesson plans include links to our YouTube channel, screencast videos of TKP lessons as well.
0 commit comments