Skip to content

Commit 34d5580

Browse files
committed
- RPI.GPio will not install with pip, but works fine with pip3
1 parent ded995d commit 34d5580

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Download [Raspberry PI OS](https://www.raspberrypi.org/software/). Use Rasberry
6666
$ cd kiln-controller
6767
$ virtualenv -p python3 venv
6868
$ source venv/bin/activate
69-
$ pip install --upgrade setuptools
70-
$ pip install greenlet bottle gevent gevent-websocket
69+
$ pip3 install --upgrade setuptools
70+
$ pip3 install greenlet bottle gevent gevent-websocket
7171

7272
*Note: The above steps work on ubuntu if you prefer*
7373

@@ -78,7 +78,7 @@ If you want to deploy the code on a PI for production:
7878
$ cd kiln-controller
7979
$ virtualenv -p python3 venv
8080
$ source venv/bin/activate
81-
$ pip install -r requirements.txt
81+
$ pip3 install -r requirements.txt
8282

8383

8484
## Configuration

0 commit comments

Comments
 (0)