mddub / pancreabble

Send OpenAPS status updates to a Pebble watch via Bluetooth.
13 stars 22 forks source link

use instructions in readme #5

Closed jyaw closed 8 years ago

jyaw commented 8 years ago

when you do a -h on the uses for the pancreabble device, you get set_time rather than set_clock options. I used the set_time option successfully. Also, the format_urchin_data option only takes a string or json file for the urchin status in addition to the glucose.json. Perhaps the changes in the code aren't up to date per the content in the readme?

mddub commented 8 years ago

Had you already installed Pancreabble before? If so, try again:

pip install --user git+git://github.com/mddub/pancreabble.git

(assuming you installed with --user the first time)

Thanks for catching this. I just added #6 to start properly versioning the package. Without that, if you had it already installed, and had called the above without --upgrade, pip would have assumed you have the latest, since the version string had never changed.

jyaw commented 8 years ago

Oh Ok, user error then I guess. I had used the previous version, so I guess I needed to use the --upgrade as you suggested. Thanks for clarifying! Will give it another try.

On Aug 8, 2016 4:58 PM, "Mark Wilson" notifications@github.com wrote:

Had you already installed Pancreabble before? If so, try again:

pip install --user git+git://github.com/mddub/pancreabble.git

(assuming you installed with --user the first time)

Thanks for catching this. I just added #6 https://github.com/mddub/pancreabble/pull/6 to start properly versioning the package. Without that, if you had it already installed, and had called the above without --upgrade, pip would have assumed you have the latest, since the version string had never changed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mddub/pancreabble/issues/5#issuecomment-238390610, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBuo5BE9J5JKiicIlRlDEe_H_AhwcnIks5qd6ZhgaJpZM4JfHgi .