diff --git a/python/README.md b/python/README.md index 3454494..879c3fe 100644 --- a/python/README.md +++ b/python/README.md @@ -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