Skip to content

Commit

Permalink
update Python README as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Feb 22, 2024
1 parent c32d4a8 commit a3eed52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions v4-client-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Python client for dYdX (v4 API).

The library is currently tested against Python versions 3.9, and 3.11.

# Third-party Client

[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py)

By clicking the above links to third-party clients, you will leave the dYdX Trading Inc. (“dYdX”) GitHub repository and join repositories made available by third parties, which are independent from and unaffiliated with dYdX. dYdX is not responsible for any action taken or content on third-party repositories.

## Installation

The `v4-client-py` package is available on [PyPI](https://pypi.org/project/v4-client-py). Install with `pip`:
Expand Down
2 changes: 1 addition & 1 deletion v4-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package-dir = {"" = "v4_client_py"}

[tool.poetry]
name = "v4-client-py"
version = "1.0.1"
version = "1.0.2"
description = "dYdX Chain Client"
authors = ["John Huang <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit a3eed52

Please sign in to comment.