From 7bd5c969e4eb787c0b5b78b64c5503855c1ccf83 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Tue, 1 Jun 2021 15:23:45 -0400 Subject: [PATCH] - updated the installation docs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f5b306..a023e07 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,14 @@ My controller plugs into the wall, and the kiln plugs into the controller. ## Software -### Raspbian +### Raspberry PI OS -Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an SD card. Install raspbian on RPi using NOOBs. +Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry PI Imaging tool to install the OS on an SD card. Boot the OS, open a terminal and... - $ sudo apt-get install python3-pip python3-virtualenv libevent-dev git virtualenv - $ git clone https://github.com/jbruce12000/kiln-controller.git + $ sudo apt-get update + $ sudo apt-get dist-upgrade + $ sudo apt-get install python3-virtualenv libevent-dev virtualenv + $ git clone https://github.com/jbruce12000/kiln-controller $ cd kiln-controller $ virtualenv -p python3 venv $ source venv/bin/activate