User Manual
37
Code Package Download
Open a web browser and go to the Github page of the PiCar-V:
https://github.com/sunfounder/SunFounder_PiCar-V
Click Clone or download on the page, and click Download ZIP as shown below.
After download, unzip the file.
Or in Linux, you can download the code package by git clone (recommended):
Install git with software manager:
Ubuntu/Debian:
sudo apt-get install git
Fedora/Red Hat:
sudo yum install git
Then clone the code:
git clone https://github.com/sunfounder/SunFounder_PiCar-V.git
Note: Please pay attention to your typing – if you get the prompt of entering your user name
and password, you may have typed wrong. If unluckily you did so, press Ctrl + C to exit
and try again.