added python3-complib_1.0.0-2_all.deb
This commit is contained in:
parent
b2281e2a31
commit
03daabaa37
6 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
##!/usr/bin/zsh
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
export VERSION="1.0.0-1"
|
||||
export VERSION="1.0.0-2"
|
||||
|
||||
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
client_s2/build_extract/python3-complib_1.0.0-2_all.deb
Normal file
BIN
client_s2/build_extract/python3-complib_1.0.0-2_all.deb
Normal file
Binary file not shown.
|
@ -23,10 +23,10 @@ install_package() {
|
|||
#install_package "spidev"
|
||||
#install_package "influxdb_client"
|
||||
|
||||
pip3 install smbus requests flask python-logstash-async RPi.GPIO spidev influxdb_client filelock
|
||||
pip3 install requests flask
|
||||
|
||||
echo "Setting up opencv4"
|
||||
pkg-config --modversion opencv4
|
||||
#echo "Setting up opencv4"
|
||||
#pkg-config --modversion opencv4
|
||||
|
||||
echo "Setting up nginx rtmp server"
|
||||
sudo /etc/init.d/nginx start
|
||||
|
@ -53,6 +53,3 @@ CiBfX19fX18gICAgIF9fX19fXyAgICAgX18gICAgX18gICAgIF9fX19fXyAgIF9fICAgICAgICAgX18g
|
|||
UPD
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
service complib restart
|
||||
systemctl enable complib
|
||||
|
|
Reference in a new issue