aqi_monitor/aqi_monitor_py/README.md

14 lines
291 B
Markdown
Raw Normal View History

2022-10-21 09:03:47 +00:00
# Python Sensor Application
Updated script running on a RaspberryPi. Pure python implementation.
## Install libraries
```
pip install -r requirements.txt
```
2022-10-21 09:44:58 +00:00
# Install service
```bash
sudo cp aqi_monitor_py/service/sensor.* /etc/systemd/system
sudo systemctl enable --now sensor.timer
```