Skip to content

Commit

Permalink
readme: add setup part
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Derich committed Dec 9, 2022
1 parent 38ec84a commit 9fee1ed
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 @@ -16,6 +16,16 @@ To install Klotty Python SDK, simply execute the following command in a terminal
pip install klotty
```

## Setup

First, you need to get an API key, which is available in the [Klotty Dashboard](https://klotty.com).

```py
from klotty import Klotty

client = Klotty(api_key="kl_123")
```

## Example

```py
Expand Down

0 comments on commit 9fee1ed

Please sign in to comment.