From 6746155e7e7c927d354263af8f05c06da778a439 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Thu, 18 Apr 2019 14:57:56 -0400 Subject: [PATCH] - another docs fix for python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 207f3c4..91cbd8e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an If you want to deploy the code on a PI for production: $ cd kiln-controller - $ virtualenv venv + $ virtualenv -p python3 venv $ source venv/bin/activate $ pip install RPi.GPIO