File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
33WIP
44
5- ### Quick Start
5+ Note: Apple ` M1 ` processor is not supported
66
7- pip install injective-py
7+ ### Dependences
88
9+ ** Ubuntu**
10+ ``` bash
11+ sudo apt install python3.9-dev
12+ ```
13+ ** Fedora**
14+ ``` bash
15+ sudo dnf install python3-devel
16+ ```
17+ ### Quick Start
18+ ``` bash
19+ pip install injective-py
20+ ```
921
1022### Usage
11-
1223Requires Python 3.9+
1324
1425``` bash
@@ -23,6 +34,11 @@ $ python src/exchange_api/examples/example.py
2334# signs and posts a Tx to the Injective Chain
2435$ python src/chainclient/examples/example.py
2536```
37+ Upgrade ` pip ` to the latest version, if you see these warnings:
38+ ```
39+ WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
40+ WARNING: Additional context: user = True home = None root = None prefix = None
41+ ```
2642
2743### Development
2844
@@ -43,4 +59,4 @@ import injective.exchange_api
4359```
4460## License
4561
46- Apache Software license 2.0
62+ Apache Software License 2.0
You can’t perform that action at this time.
0 commit comments