197ee86b5d
Fixed the problem of rpi_ws281x library and starting the server without interface
11 lines
259 B
Bash
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!"
|