Skip to content

Commit b143ec5

Browse files
authored
Update README.md
1 parent f169141 commit b143ec5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ sudo dnf install python3-devel
1818
```bash
1919
pip install injective-py
2020
```
21+
```python
22+
import injective.chain_client
23+
import injective.exchange_api
24+
```
2125

2226
### Usage
2327
Requires Python 3.9+
@@ -52,11 +56,6 @@ $ make copy-proto
5256
$ make gen
5357
```
5458

55-
### Quick Start
56-
```python
57-
import injective.chain_client
58-
import injective.exchange_api
59-
```
6059
## License
6160

6261
Apache Software License 2.0

0 commit comments

Comments
 (0)