Difference between revisions of "PiCar FAQ"
From Wiki
(→Q1: Compatible with Raspberry Pi 3 B+') |
(→Q1: Compatible with Raspberry Pi 3 B+') |
||
Line 1: | Line 1: | ||
=='''Q1: Compatible with Raspberry Pi 3 B+'== | =='''Q1: Compatible with Raspberry Pi 3 B+'== | ||
Picar series code has been updated Below is the operation of updating the code<br> | Picar series code has been updated Below is the operation of updating the code<br> | ||
+ | cd ~/SunFounder_PiCar/ <br> | ||
+ | sudo git pull origin master <br> | ||
+ | sudo python setup.py install <br> |
Revision as of 06:59, 18 May 2018
Q1: Compatible with Raspberry Pi 3 B+'
Picar series code has been updated Below is the operation of updating the code
cd ~/SunFounder_PiCar/
sudo git pull origin master
sudo python setup.py install