From 542218ba08a4ffd34c245296250ea33b1b4cadfb Mon Sep 17 00:00:00 2001 From: Paul McInnis Date: Fri, 12 Apr 2013 16:48:54 -0700 Subject: [PATCH] Update README.md Added a link to external repo https://github.com/pipt/lightblue-0.4 which contains a hotfix for OSX 10.8.3. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85008cf..c26d888 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Interact with your Pebble from OSX, Ubuntu or Debian operating systems. ##1. Install Dependencies All supported OS's will require `python 2.7` to operate libpebble. It can be installed [here](http://www.python.org/download/releases/2.7/) +* `Pyserial`will also be required, is can be installed via [pip](https://pypi.python.org/pypi/pip) ###a. OSX Additional Dependencies @@ -49,6 +50,7 @@ Support for lightblue is untested in Debian, however the following should be ins * To install lightblue clone `lightblue-0.4` from `https://github.com/pebble/lightblue-0.4` and then: * `cd lightblue-0.4` * `sudo python setup.py install` +* _NOTE_ in OSX 10.8.3, you should instead clone `lightblue-0.4` from `https://github.com/pipt/lightblue-0.4` which contains some fixes. The installation steps are the same as with `pebble/libpebble.git` ##3. Testing the Connection