To duplicate the Sublime configuration we use at school on your home computer you will need to install several different programs and configure the Windows path variable.
- Download Processing. On the school computers we are using the 64 bit version of Processing 3
- Extract the compressed folder. It will be named something like
processing-3.3.4-windows64.zip. One way is to right click on the folder and choose Extract All - The extracted folder will have a name like
processing-3.3.4. Move the folder to a convenient location. One place might beC:\Program Files.
- Open Windows System Properties
- One way is to go to the bottom left of the screen and in the field labeled Type here to search type
sysdm.cpland press enter

- In the System Properties window, click on the Advanced tab
- Click on the Environment Variables button
- Under System Variables scroll down and choose Path. Then click on Edit
- Click on New and then type the path to Processing. It should look something like
C:\Program Files\processing-3.3.4

- Click on Ok and Ok to exit
- Go to https://git-scm.com/downloads and click on Windows under Downloads.
- Double click the downloaded file. It will have a name like
Git-2.14.1-64-bit.exe. - Click Yes to run the installer
- The default configuration works fine, you can click Yes or Next whenever prompted
- Go to http://www.sublimetext.com/3 and download Sublime Text 3 for Windows.
- Double click the downloaded file. It will have a name like
Sublime Text Build 3143 x64 Setup.exe. - Click Yes to run the installer
- The default configuration works fine, you can click Yes or Next whenever prompted. (Optional: On the school classroom computers Add to explorer context menu was selected on the Select Additional Tasks screen)
- In Sublime, choose Tools | Install Package Control
- Choose Preferences | Package Control
- Click on Package Control: Install Package
- Type Processing in the text field
- Click on Processing to install the plugin
- Look at the bottom left of the Sublime program to see if the plugin installed correctly. If not, just install the Processing plugin again.
- In Sublime choose Tools | Build System | Processing
- Choose Tools | Build With... and click on Processing
- Choose View | Syntax | Processing