Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,23 @@ and investment applications.

#### Install from PyPI

The package on PyPI is **`dnse-sdk-openapi`** (there is no package named `openapi-sdk`):

```console
pip install dnse-sdk-openapi
```

For WebSocket examples that use MessagePack encoding ([`websocket-marketdata/`](websocket-marketdata)):

```console
pip install openapi-sdk
pip install dnse-sdk-openapi msgpack
```

Upgrade
Upgrade:

```console
pip install -U dnse-sdk-openapi
```

### Usage

Expand Down