Skip to content

Commit

Permalink
Merge pull request #515 from vbouzon/fix-client-readme
Browse files Browse the repository at this point in the history
Update installation section of client readme
  • Loading branch information
lpascal-ledger authored Jan 2, 2024
2 parents ffc1b89 + 3f28abb commit 8faae99
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@
This package allows to communicate with the Ledger Ethereum application, either on a
real device, or emulated on Speculos.

## Installation

This package is deployed:

- on `pypi.org` for the stable version. This version will work with the
application available on the `master` branch.

```bash
pip install ledger_app_clients.ethereum
```
- on `test.pypi.org` for the rolling release. This version will work with the
application available on the `develop` branch.

```bash
pip install --extra-index-url https://test.pypi.org/simple/ ledger_app_clients.ethereum
```

### Installation from sources

You can install the client from this repo:
Expand Down

0 comments on commit 8faae99

Please sign in to comment.