Skip to content

Instantly share code, notes, and snippets.

@bewest
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bewest/84f134f7b6d5375e2f04 to your computer and use it in GitHub Desktop.
Save bewest/84f134f7b6d5375e2f04 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone -b bewest/dev git@github.com:bewest/decoding-carelink.git
git clone git@github.com:bewest/dexcom_reader.git
git clone git@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