Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 998 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 998 Bytes

Glucometer Protocols

This repository contains description of protocols for various glucometers.

The actual information is in the src/ directory.

Build Instructions

With Docker Compose:

# Site:
$ docker-compose run --rm foliant make site
# PDF:
$ docker-compose run --rm foliant make pdf

With pip and stuff (requires Python 3.6+, Pandoc, and TeXLive):

$ pip install -r requirements.txt
# Site:
$ foliant make site
# PDF:
$ foliant make pdf

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Use the information you'll find in this page for whatever purpose you see fit, but there is no warranty about the accuracy of this information.

Most of the information has been reverse engineerd by individual contributors, see the individual page for details.