Then a terminal will pop up. The default account is pi.
The password for login is raspberry by default.
* When you typing in the password, nothing will appear on the screen but it does not mean no
input. Type in the password carefully and press Enter after it's done.
Log in successfully.
3.2. Download Program
Setting up in a Raspberry Pi may take you a lot of time, and there are too many libraries
needed, so we write a python program to do the most of works for you.
NOTE: If you want to know the exact details of the program, you can skip this chapter.
NOTE: This setup.py program is needed to download and install a lot of applications and
libraries, and sometimes the server or internet may break down, which may lead to some
problems that the setup.py could not fix. Then you must set up a raspberry pi yourself, by
following the instructions of next chapter named Set Up a Raspberry Pi.
Download the program of the PiCar-B.
Input the code below to download:
git clone https://github.com/adeept/adeept_awr.git
Then setup
:
sudo python3 adeept_awr/setup.py
It may take some time to finish.
Now you can skip the next chapter and Install Python3.7 in the PC directly.
NOTE:
The installation process of the Raspberry Pi can take a long time, so we have prepared a tes