- upgrade setuptools or gevent compile fails

pull/12/head
jbruce12000 2019-05-05 16:58:14 -04:00
rodzic 795292c3d2
commit b5da4043ca
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -58,6 +58,7 @@ Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an
$ cd kiln-controller
$ virtualenv venv
$ source venv/bin/activate
$ pip install --upgrade setuptools
$ pip install greenlet bottle gevent gevent-websocket
*Note: The above steps work on ubuntu if you prefer*