Skip to content

Commit f169141

Browse files
Update README.md
Add Dependences,
1 parent aef7c5e commit f169141

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22

33
WIP
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-
1223
Requires 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

0 commit comments

Comments
 (0)