First-time download:
Open your Pi terminal window.
In the terminal window, type: cd Documents (if you are not already in this folder)
Type: git clone https://github.com/LWHSTechnicalArts/Raspberry-Pi.git
Look inside your Pi’s Documents folder you’ll now see a folder called “Raspberry-Pi” with all the python example files for this class
Whenever you need the files updated:
Open your Pi terminal window.
In the terminal window, type: cd Documents/Raspberry-Pi (if you are not already in this folder)
If you made changes to the original files you may need to use the following command:
git reset --hard origin/master