Skip to content

Cut new branch for development post 0.0.31 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions @test_68678_tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
z = z+1
z = z*2
46 changes: 24 additions & 22 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@

# Decoding carelink

For an intro, see
## Install first run

This only needs to be done once:

### From pypi

```bash
$ easy_install decocare
# or
$ pip install decocare
```

### From source
```bash
git clone https://github.com/openaps/decocare.git
cd decocare
sudo python ez_setup.py # only if you rarely use python
sudo python setup.py develop
```

## Background

For historical background, see
[insulaudit](https://github.com/bewest/insulaudit/tree/master/questions).
We are hoping to help diabetics independently reproduce therapeutic
audits of their Medtronic insulin pumps. This experimental software
Expand All @@ -11,7 +33,7 @@ will download pump settings, and the entire log of historical data.

Spot something incorrect or not working? Want a feature/tool to do
something?
[Please file an issue!](https://github.com/bewest/decoding-carelink/issues)
[Please file an issue!](https://github.com/openaps/decocare/issues)

* http://bewest.github.io/decoding-carelink/ Sphinx docs.
* https://gist.github.com/bewest/6330546 some diagrams
Expand Down Expand Up @@ -41,26 +63,6 @@ your behalf:
* Bolus
`./bin/mm-bolus.py`

## Install first run

This only needs to be done once:

### From pypi

```bash
$ easy_install decocare
# or
$ pip install decocare
```

### From source
```bash
git clone https://github.com/bewest/decoding-carelink.git
cd decoding-carelink
sudo python ez_setup.py # only if you rarely use python
sudo python setup.py develop
```

### Contribute your logs

Fork the repo, create a new branch, send the results back to your branch.
Expand Down
Loading