Update readme for my setup

This commit is contained in:
davehutz 2024-05-06 18:37:45 -06:00
parent 60b009d894
commit 3efe9f0763

View File

@ -63,7 +63,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-dev python3-virtualenv libevent-dev virtualenv
$ git clone https://github.com/jbruce12000/kiln-controller
$ git clone https://github.com/davehutz/kiln-controller
$ cd kiln-controller
$ virtualenv -p python3 venv
$ source venv/bin/activate