install dependencies
pip3 install -r requirements.txtrun the code by executing this command:
python3 run.pysudo cp sensorreader.service /etc/systemd/system/sensorreader.service
sudo systemctl daemon-reload
sudo systemctl start sensorreader.service
sudo systemctl enable sensorreader.service