Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 87043ef

Browse files
Update README.md
1 parent 37ad82e commit 87043ef

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
@@ -27,23 +27,23 @@ Note that you typically don't need to install this library directly as other lib
2727
```
2828
sudo apt-get update
2929
sudo apt-get install build-essential python-pip python-dev python-smbus git
30-
git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
30+
git clone https://github.com/emutex/Adafruit_Python_GPIO.git
3131
cd Adafruit_Python_GPIO
3232
sudo python setup.py install
3333
```
3434

3535
- On Mac OSX, first install PIP by [downloading the python script here](https://bootstrap.pypa.io/get-pip.py) and execute it with `python get-pip.py` in a terminal, then install the [git source control system](http://git-scm.com/downloads). Then in a terminal execute:
3636

3737
```
38-
git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
38+
git clone https://github.com/emutex/Adafruit_Python_GPIO.git
3939
cd Adafruit_Python_GPIO
4040
sudo python setup.py install
4141
```
4242

4343
- On Windows, first install the [latest Python 2.7 version](https://www.python.org/downloads/windows/), then install PIP by [downloading the python script here](https://bootstrap.pypa.io/get-pip.py) and execute it with `python get-pip.py` in a terminal, and finally install the [git source control system](http://git-scm.com/downloads). Then in a git bash prompt execute:
4444

4545
```
46-
git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
46+
git clone https://github.com/emutex/Adafruit_Python_GPIO.git
4747
cd Adafruit_Python_GPIO
4848
python setup.py install
4949
```

0 commit comments

Comments
 (0)