Skip to content

Commit

Permalink
Adding usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed May 7, 2021
1 parent ecaf6bb commit 3a7bb73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ We use `d8s` (pronounced "dee-eights") as an abbreviation for `democritus` (you
pip install d8s-algorithms
```

## Usage

You import the library like:

```python
from d8s_algorithms import *
```

Once imported, you can use any of the functions listed below.

## Functions

- ```python
Expand Down

0 comments on commit 3a7bb73

Please sign in to comment.