Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 556 Bytes

Raspberry Pi Air Quality Monitor

A simple air quality monitoring service for the Raspberry Pi.

Installation

Clone the repository and run the following:

# Create a fresh virtualenv
python3 -m venv --system-site-packages venv venv
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt

Running

python3 app.py

Useful references