File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Prerequisites:
88 then cat wiringpi_class.py >> wiringpi.py to get the class-based wrapper
99
1010Get/setup repo:
11- git clone https://github.com/Gadgetoid /WiringPi-Python.git
11+ git clone https://github.com/WiringPi /WiringPi-Python.git
1212 cd WiringPi-Python
1313 git submodule update --init
1414
Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ Prerequisites:
88 then cat wiringpi_class.py >> wiringpi.py to get the class-based wrapper
99
1010Get/setup repo:
11- git clone https://github.com/Gadgetoid /WiringPi-Python.git
11+ git clone https://github.com/WiringPi /WiringPi-Python.git
1212 cd WiringPi-Python
13- git submodule init
14- git submodule update
13+ git submodule update --init
1514
1615Build & install with:
1716 sudo python setup.py install
You can’t perform that action at this time.
0 commit comments