Skip to content

Commit e2633f0

Browse files
authored
v1.0.0 with README improvements (#215)
1 parent 6ddf249 commit e2633f0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<a href='https://www.npmjs.com/package/@dydxprotocol/v4-client-js'>
77
<img src='https://img.shields.io/npm/v/@dydxprotocol/v4-client-js.svg' alt='npm'/>
88
</a>
9-
<a href='https://pypi.org/project/v4-client-py'>
10-
<img src='https://img.shields.io/pypi/v/v4-client-py.svg' alt='PyPI'/>
9+
<a href='https://pypi.org/project/dydx-v4-client'>
10+
<img src='https://img.shields.io/pypi/v/dydx-v4-client.svg' alt='PyPI'/>
1111
</a>
1212
<a href='https://github.com/dydxprotocol/v4-clients/blob/main/LICENSE'>
1313
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />

v4-client-py-v2/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<img src="https://dydx.exchange/icon.svg" height="64px" align="right" />
22

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

513
## Quick links
614

@@ -12,6 +20,12 @@
1220
</div>
1321

1422
## Install
23+
Install from PyPI:
24+
25+
```bash
26+
pip install dydx-v4-client
27+
```
28+
1529
Install from github:
1630

1731
```bash

v4-client-py-v2/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dydx-v4-client"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Piotr Piwoński <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)