mirror of
https://github.com/wahyd4/Adafruit_Python_SSD1306.git
synced 2026-08-08 20:37:34 +10:00
update install instrux to mention pip
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user