Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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