We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20d382 commit 8df74f2Copy full SHA for 8df74f2
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "WiringPi"]
2
path = WiringPi
3
- url = https://github.com/Gadgetoid/WiringPi.git
+ url = https://github.com/WiringPi/WiringPi.git
README
@@ -10,8 +10,7 @@ Prerequisites:
10
Get/setup repo:
11
git clone https://github.com/Gadgetoid/WiringPi-Python.git
12
cd WiringPi-Python
13
- git submodule init
14
- git submodule update
+ git submodule update --init
15
16
Build & install with:
17
sudo python setup.py install
0 commit comments