freenove_car/Code/build.sh
a838557765 197ee86b5d Update
Fixed the problem of rpi_ws281x library and starting the server without
interface
2021-01-04 15:56:00 +08:00

11 lines
259 B
Bash

#!/bin/sh
cd /usr/local/lib
sudo mkdir python3.7
cd python3.7
sudo mkdir dist-packages
cd ~
git clone https://github.com/Freenove/Freenove_RPI_WS281x_Python.git
cd ~/Freenove_RPI_WS281x_Python
sudo python setup.py install
echo "The installation is complete!"