Add Locking
This commit is contained in:
parent
34e68e2a9e
commit
01cb854f50
5 changed files with 48 additions and 10 deletions
|
@ -23,7 +23,7 @@ install_package() {
|
|||
#install_package "spidev"
|
||||
#install_package "influxdb_client"
|
||||
|
||||
pip3 install smbus requests flask python-logstash-async RPi.GPIO spidev influxdb_client
|
||||
pip3 install smbus requests flask python-logstash-async RPi.GPIO spidev influxdb_client filelock
|
||||
|
||||
echo "Setting up opencv4"
|
||||
pkg-config --modversion opencv4
|
||||
|
|
Reference in a new issue