Archived
1
0

Including the pytz pypi package in setup.sh

This commit is contained in:
Shaun Setlock
2021-10-30 14:59:16 -04:00
parent 05d4525047
commit 20cdf31ece

View File

@@ -2,7 +2,7 @@
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
pip3 install RPi.GPIO psycopg2 adafruit-circuitpython-dht pytz
# Start the python script.
/usr/bin/python3 main.py