Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation section of client readme #515

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading