From 857703afab1c6c857c34bbada82214e571bb8249 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 23 May 2018 11:09:54 -0600 Subject: [PATCH] update install instrux to mention pip --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f679a6b..642a9a6 100644 --- a/README.md +++ b/README.md @@ -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 ```