udpate the client README.md file
This commit is contained in:
@@ -3,9 +3,17 @@
|
|||||||
This package allows to communicate with the Ledger Ethereum application, either on a
|
This package allows to communicate with the Ledger Ethereum application, either on a
|
||||||
real device, or emulated on Speculos.
|
real device, or emulated on Speculos.
|
||||||
|
|
||||||
### Installation from sources
|
## Installation from pypi.org
|
||||||
|
|
||||||
You can install the client from this repo:
|
You can install the client from `pypi.org`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install ledger_app_clients.ethereum
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installation from sources
|
||||||
|
|
||||||
|
You can also install the client from this repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install .
|
pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user