We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7891706 + b9b6efd commit ae96608Copy full SHA for ae96608
client/README.md
@@ -3,9 +3,17 @@
3
This package allows to communicate with the Ledger Ethereum application, either on a
4
real device, or emulated on Speculos.
5
6
-### Installation from sources
+## Installation from pypi.org
7
8
-You can install the client from this repo:
+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:
17
18
```bash
19
pip install .
0 commit comments