From ae9319c04e17919605844d2ec306c1e49baa1cf3 Mon Sep 17 00:00:00 2001 From: jbruce12000 Date: Wed, 18 May 2022 20:28:33 -0400 Subject: [PATCH] add fcommon cflag to install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 580abb4..3a798f2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry $ cd kiln-controller $ virtualenv -p python3 venv $ source venv/bin/activate + $ export CFLAGS=-fcommon $ pip3 install --upgrade setuptools $ pip3 install greenlet bottle gevent gevent-websocket