- updating instructions to include virtualenv

This commit is contained in:
Jason Bruce 2020-03-17 15:46:21 -09:00
parent 82fed5dc4f
commit 547577b896

View File

@ -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