fintic-tracker/02_setup_python.sh

13 lines
219 B
Bash
Raw Permalink Normal View History

2023-10-09 02:51:33 +00:00
#!/bin/bash
sudo -H pip3 install -u pip
cd rpi-rgb-led-matrix || exit 1
make build-python PYTHON="$(which python3)"
sudo make install-python PYTHON="$(which python3)"
cd ..
sudo -H pip3 install -r requirements.txt