update install instrux to mention pip

This commit is contained in:
Brennen Bearnes
2018-05-23 11:09:54 -06:00
parent de976ac3b6
commit 857703afab
+7 -1
View File
@@ -10,11 +10,17 @@ Adafruit invests time and resources providing this open source code, please supp
Installing
----------
```
sudo python -m pip install --upgrade pip setuptools wheel
sudo pip install Adafruit-SSD1306
```
Or alternatively:
```
sudo python -m pip install --upgrade pip setuptools wheel
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
git checkout update_ez_install
sudo python setup.py install
```