www.adeept.com71Download it and save it in C:\Users\Administrator\ so you don’t have to input the pathwhen installing.Now you can install OpenCV_python:pip3 install opencv_python-3.4.3-cp37-cp37m-win_amd64.whlAnd then you need to install zmq and pybase64(same reason in RPi):pip3 install zmq pybase643.5. Run the PiCar-BStartSwitch on the car.After a while, if the LEDs turn red, it means the car’s server is connected to a Wi-Fi waitingfor the PC client to join.If there is no Wi-Fi for the car to connect with, the LEDs turn blue, it means the car has setup an AP-Hotspot, you can use your PC to search it, the RPi Car’s AP-Hotspot’s SSIDname is AdeeptCar and password is 12345678.Then implement operations in Windows.Double click to run the file client.py in the folder client.For initial running, you need to enter the IP address of the Raspberry Pi car IP Address,then click Connect, and the program will connect to the Raspberry Pi.