Skip to content

Commit

Permalink
Merge branch 'feature/readmy' into 'main'
Browse files Browse the repository at this point in the history
add pip install to readmy

See merge request whitebit_exchange/python-sdk!3
  • Loading branch information
whitebit-robot committed Apr 20, 2023
2 parents 5d3d321 + 528e4af commit 5a99f26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,17 @@ warranties are made by author or granted by law whenever it is permitted by law.

### Setup

#### Install the Python module:

```bash
python3 -m pip install python-whitebit-sdk
```

Init client for API services. Get APIKey/SecretKey from your whitebit account.

```python
from whitebit import MainAccountClient

account = MainAccountClient(api_key="", api_secret=""))
```

Expand Down

0 comments on commit 5a99f26

Please sign in to comment.