User Manual
Table Of Contents

20
Download the Code
We provide two methods for download:
Method 1: From our website
Download the source code from our website. www.sunfounder.com
Click LEARN->Get Tutorials, find Super Kit V2.0 for Raspberry Pi and click to download the
Super Kit for Raspberry Pi.zip file, unzip it, and then move the folder to the directory
/home/pi/.
This is a simple way to do it.
Method 2: From Github
Change directory to /home/pi
cd /home/pi/
Note: cd, short for change directory is to change to the intended directory from the current
path. Informally, here is to go to the path /home/pi/.
Clone the repository from github (C code and python code)
git clone
https://github.com/sunfounder/Sunfounder_SuperKit_C_code_for_RaspberryPi.git
git clone
https://github.com/sunfounder/Sunfounder_SuperKit_Python_code_for_RaspberryPi
.git
The advantage of this method is that, you can download the latest code any time you
want, and then place the code under the path /home/pi/. But in case of incorrect typing
which is possible especially when you're strange to the commands, you can just enter
github.com/sunfounder at the address bar of a web browser, and on the page directed
find the code for Super Kit.










