pip3 fix to install RPi.GPIO

This commit is contained in:
jbruce12000 2021-12-16 18:17:59 -05:00
parent 34d55808f7
commit 1450662aea

View File

@ -78,6 +78,7 @@ If you want to deploy the code on a PI for production:
$ cd kiln-controller
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ export CFLAGS=-fcommon
$ pip3 install -r requirements.txt