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 skipthischapter.
NOTE:Thissetup.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_PiCar-B.git
sudo python Adeept_PiCar-B/server/setup.py
It may take some time to finish.
Now you can skip the next chapter and Install Python3.7 in the PC directly.
3.3. Set Up a Raspberry Pi
NOTE: You should skip this chapter if you finished the last one, and Install Python3.7 in
the PC directly.
Unrestricted Access to Raspberry Pi
The Linux operating system is a multi-user operating system which allows multiple users
to log in and use the computer. Normal users are not normally allowed to edit files in other
users' folders or any of the system files. You can run commands as the root user by
using the sudo command before the program you want to run.
More information in: https://www.raspberrypi.org/documentation/linux/usage/root.md