Skip to content

Commit

Permalink
udpate the client README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Jan 15, 2024
1 parent 9475112 commit b9b6efd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
This package allows to communicate with the Ledger Ethereum application, either on a
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
pip install .
Expand Down

0 comments on commit b9b6efd

Please sign in to comment.