changing wording to be less confusing

This commit is contained in:
jbruce 2022-05-19 11:38:49 -04:00
parent ae9319c04e
commit 41c217dab8

View File

@ -74,7 +74,7 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry
### Raspberry PI deployment ### 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 $ cd kiln-controller
$ virtualenv -p python3 venv $ virtualenv -p python3 venv
@ -82,7 +82,6 @@ If you want to deploy the code on a PI for production:
$ export CFLAGS=-fcommon $ export CFLAGS=-fcommon
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt
## Configuration ## Configuration
All parameters are defined in config.py, review/change to your mind's content. All parameters are defined in config.py, review/change to your mind's content.