From 9da98f3c54c67984050f5f0da33aaa87fb761d0f Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Sun, 14 Mar 2021 21:46:14 -0400 Subject: [PATCH] remove spi docs. removed from code. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ee543f6..cc0e0cd 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,8 @@ If you want to deploy the code on a PI for production: $ cd kiln-controller $ virtualenv -p python3 venv $ source venv/bin/activate - $ pip install RPi.GPIO + $ pip install -r requirements.txt -If you also want to use the in-kernel SPI drivers with a MAX31855 sensor: - - $ sudo apt-get install python-dev - $ pip install Adafruit-MAX31855 ## Configuration