Skip to content

Commit

Permalink
added information
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Jan 2, 2017
1 parent 1bce6c5 commit 96aa994
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 96aa994

Please sign in to comment.