Obtain the Project Code
After the above work is done, you can visit our official website (http://www.freenove.com) or our github
(https://github.com/freenove) to download the latest project code. We provide both C language and Python
language code for each project in order to apply to user skilled in different languages.
Method for obtaining the code:
In the pi directory of the RPi terminal, enter the following command.
cd ~
git clone https://github.com/freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi
After the download is completed, a new folder "Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi" is generated,
which contains all the tutorials and code.
If you think the folder name is too long. You can rename it by following command.
mv Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi xxx
Among them, "xxx" represents the new folder name. If you rename the folder, you must change every
“Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi" to new folder name in later commands which contain folder
name.
If you never learned any things of python, it is recommended to refer to follow website for basic knowledge.
https://python.swaroopch.com/basics.html