- another docs fix for python3

This commit is contained in:
Jason Bruce 2019-04-18 14:57:56 -04:00
parent 5118c9f1c3
commit 6746155e7e

View File

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