From 96aa9947505b57131bf3936ef751f2dfa0dd5c91 Mon Sep 17 00:00:00 2001 From: Oliver Stolpe Date: Mon, 2 Jan 2017 15:05:32 +0100 Subject: [PATCH] added information --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a42d36..716c613 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@ # olib -## `olib.debug()` +## Installation +```bash +$ python setup.py install ``` + +### Test + +```bash +$ python setup.py test +``` + +## Functions + +### `olib.debug()` + +```python from olib import olib @olib.debug(True)