Archived
1
0

Pushing existing body of work.

This commit is contained in:
Shaun Setlock
2021-10-30 14:47:10 -04:00
parent 09314bb08f
commit 05d4525047
3 changed files with 125 additions and 0 deletions

8
setup.sh Normal file
View File

@@ -0,0 +1,8 @@
# Install base OS (Debian) packages.
apt update && apt upgrade -y && apt install python3-dev python3-pip python3-psycopg2 libgpiod2 -y
# Install Python modules.
pip3 install RPi.GPIO psycopg2 adafruit-circuitpython-dht
# Start the python script.
/usr/bin/python3 main.py