Skip to content

Instantly share code, notes, and snippets.

@scottleibrand
Forked from bewest/install.sh
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottleibrand/d739ca90d97d52cb2d40 to your computer and use it in GitHub Desktop.
Save scottleibrand/d739ca90d97d52cb2d40 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone -b bewest/dev https://github.com/bewest/decoding-carelink.git
git clone https://github.com/bewest/dexcom_reader.git
git clone https://github.com/openaps/openaps.git
(cd decoding-carelink
sudo python setup.py develop
)
(cd dexcom_reader
sudo python setup.py develop
)
(cd openaps
sudo python setup.py develop
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment