User Manual

25
D. Get Source Code
You can find the source code in our Github repositories. Download the source code by git
clone:
cd ~/
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.
Check by the ls command, then you can see the code directory SunFounder_PiCar-V:
pi@raspberrypi:~ $ cd ~/
pi@raspberrypi:~ $ git clone https://github.com/sunfounder/SunFounder_PiCar-V.git
Cloning into 'SunFounder_PiCar-V'...
remote: Counting objects: 747, done.
remote: Total 747 (delta 0), reused 0 (delta 0), pack-reused 747
Receiving objects: 100% (747/747), 9.08 MiB | 9.00 KiB/s, done.
Resolving deltas: 100% (293/293), done.
Checking connectivity... done.
pi@raspberrypi:~ $ ls
Desktop Public
Documents python_games
Downloads SunFounder_PiCar-V
Music Templates
Pictures Videos
E. Go to the Code Directory
cd ~/SunFounder_PiCar-V
Enter the code directory and you can see the installation script:
pi@raspberrypi:~ $ cd SunFounder_PiCar-V/
pi@raspberrypi:~/SunFounder_PiCar-V $ ls
client i2cHelper.py LICENSE README.md show
datasheet install_dependencies mjpg-streamer remote_control
F. Install the Environment via the Script
You can get all the required software and configuration done with the install_dependencies
script. If you want to do step by step instead, please follow the instructions in the Appendix.
sudo ./install_dependencies
pi@raspberrypi:~/SunFounder_PiCar-V $ sudo ./install_dependencies