From 5118c9f1c359544407a434b3b2a858281639f685 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Thu, 18 Apr 2019 11:57:29 -0400 Subject: [PATCH] more for python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17f1df..207f3c4 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 python-pip python-dev libevent-dev python-virtualenv + $ sudo apt-get install python3-pip python3-dev python3-virtualenv libevent-dev $ git clone https://github.com/jbruce12000/kiln-controller.git $ cd kiln-controller $ virtualenv -p python3 venv