Skip to content

Commit

Permalink
v1.0.0 with README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Jul 30, 2024
1 parent 6ddf249 commit d62312e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<a href='https://www.npmjs.com/package/@dydxprotocol/v4-client-js'>
<img src='https://img.shields.io/npm/v/@dydxprotocol/v4-client-js.svg' alt='npm'/>
</a>
<a href='https://pypi.org/project/v4-client-py'>
<img src='https://img.shields.io/pypi/v/v4-client-py.svg' alt='PyPI'/>
<a href='https://pypi.org/project/dydx-v4-client'>
<img src='https://img.shields.io/pypi/v/dydx-v4-client.svg' alt='PyPI'/>
</a>
<a href='https://github.com/dydxprotocol/v4-clients/blob/main/LICENSE'>
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
Expand Down
14 changes: 14 additions & 0 deletions v4-client-py-v2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<img src="https://dydx.exchange/icon.svg" height="64px" align="right" />

# Python Client (async) for dYdX (v4 API)
<div align="center">
<a href='https://pypi.org/project/dydx-v4-client'>
<img src='https://img.shields.io/pypi/v/dydx-v4-client.svg' alt='PyPI'/>
</a>
<a href='https://github.com/dydxprotocol/v4-clients/blob/main/LICENSE'>
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
</a>
</div>

## Quick links

Expand All @@ -12,6 +20,12 @@
</div>

## Install
Install from PyPI:

```bash
pip install dydx-v4-client
```

Install from github:

```bash
Expand Down
2 changes: 1 addition & 1 deletion v4-client-py-v2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dydx-v4-client"
version = "0.1.1"
version = "1.0.0"
description = ""
authors = ["Piotr Piwoński <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d62312e

Please sign in to comment.