Skip to content

Commit

Permalink
Merge pull request #519 from LedgerHQ/tdj/update_client_readme
Browse files Browse the repository at this point in the history
udpate the client README.md file
  • Loading branch information
tdejoigny-ledger authored Jan 17, 2024
2 parents 7891706 + b9b6efd commit ae96608
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 ae96608

Please sign in to comment.