Skip to content

Commit ae96608

Browse files
Merge pull request #519 from LedgerHQ/tdj/update_client_readme
udpate the client README.md file
2 parents 7891706 + b9b6efd commit ae96608

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

client/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
This package allows to communicate with the Ledger Ethereum application, either on a
44
real device, or emulated on Speculos.
55

6-
### Installation from sources
6+
## Installation from pypi.org
77

8-
You can install the client from this repo:
8+
You can install the client from `pypi.org`:
9+
10+
```bash
11+
pip install ledger_app_clients.ethereum
12+
```
13+
14+
## Installation from sources
15+
16+
You can also install the client from this repo:
917

1018
```bash
1119
pip install .

0 commit comments

Comments
 (0)