We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded995d commit 34d5580Copy full SHA for 34d5580
README.md
@@ -66,8 +66,8 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry
66
$ cd kiln-controller
67
$ virtualenv -p python3 venv
68
$ source venv/bin/activate
69
- $ pip install --upgrade setuptools
70
- $ pip install greenlet bottle gevent gevent-websocket
+ $ pip3 install --upgrade setuptools
+ $ pip3 install greenlet bottle gevent gevent-websocket
71
72
*Note: The above steps work on ubuntu if you prefer*
73
@@ -78,7 +78,7 @@ If you want to deploy the code on a PI for production:
78
79
80
81
- $ pip install -r requirements.txt
+ $ pip3 install -r requirements.txt
82
83
84
## Configuration
0 commit comments