Skip to content

Commit 5a99f26

Browse files
author
whitebit-robot
committed
Merge branch 'feature/readmy' into 'main'
add pip install to readmy See merge request whitebit_exchange/python-sdk!3
2 parents 5d3d321 + 528e4af commit 5a99f26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,17 @@ warranties are made by author or granted by law whenever it is permitted by law.
2727

2828
### Setup
2929

30+
#### Install the Python module:
31+
32+
```bash
33+
python3 -m pip install python-whitebit-sdk
34+
```
35+
3036
Init client for API services. Get APIKey/SecretKey from your whitebit account.
3137

3238
```python
39+
from whitebit import MainAccountClient
40+
3341
account = MainAccountClient(api_key="", api_secret=""))
3442
```
3543

0 commit comments

Comments
 (0)