From 547577b896c2279f0e0c86ffe12b9f0e6488c216 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Tue, 17 Mar 2020 15:46:21 -0900 Subject: [PATCH] - updating instructions to include virtualenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e18705..c35a58d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ My controller plugs into the wall, and the kiln plugs into the controller. Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an SD card. Install raspbian on RPi using NOOBs. - $ sudo apt-get install python3-pip python3-dev python3-virtualenv libevent-dev + $ sudo apt-get install python3-pip python3-dev python3-virtualenv libevent-dev virtualenv $ git clone https://github.com/jbruce12000/kiln-controller.git $ cd kiln-controller $ virtualenv -p python3 venv