From 41c217dab834f1d9a98d94c1f4300722b05b3e86 Mon Sep 17 00:00:00 2001 From: jbruce Date: Thu, 19 May 2022 11:38:49 -0400 Subject: [PATCH] changing wording to be less confusing --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a798f2..a8ec487 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry ### Raspberry PI deployment -If you want to deploy the code on a PI for production: +If you're done playing around with simulations and want to deploy the code on a Raspberry PI to control a kiln, you'll need to do this in addition to the stuff listed above: $ cd kiln-controller $ virtualenv -p python3 venv @@ -82,7 +82,6 @@ If you want to deploy the code on a PI for production: $ export CFLAGS=-fcommon $ pip3 install -r requirements.txt - ## Configuration All parameters are defined in config.py, review/change to your mind's content.