From ea928e9d8d706a90b703af202c33da35515690a2 Mon Sep 17 00:00:00 2001 From: jbruce Date: Wed, 20 Oct 2021 09:55:45 -0400 Subject: [PATCH] add python3-dev so that requirements build without error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 907361e..009981f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry $ sudo apt-get update $ sudo apt-get dist-upgrade - $ sudo apt-get install python3-virtualenv libevent-dev virtualenv + $ sudo apt-get install pytho3-dev python3-virtualenv libevent-dev virtualenv $ git clone https://github.com/jbruce12000/kiln-controller $ cd kiln-controller $ virtualenv -p python3 venv