Skip to content

Commit 3ef3857

Browse files
maximshen007peiyun@inj21
authored andcommitted
update README.md
1 parent b26ce93 commit 3ef3857

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
WIP
44

5+
### Quick Start
6+
7+
pip install injective-py
8+
9+
510
### Usage
611

712
Requires Python 3.9+
@@ -31,6 +36,11 @@ $ make copy-proto
3136
$ make gen
3237
```
3338

39+
### Quick Start
40+
```python
41+
import injective.chain_client
42+
import injective.exchange_api
43+
```
3444
## License
3545

36-
Apache 2.0
46+
Apache Software license 2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9.0"
20-
VERSION = "0.2.2"
20+
VERSION = "0.2.4"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)