From 3f28abbb3e8771f90815e0c7789897a54c9ea936 Mon Sep 17 00:00:00 2001 From: vbouzon Date: Tue, 2 Jan 2024 16:27:24 +0100 Subject: [PATCH] Update installation section of client readme --- client/README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/client/README.md b/client/README.md index 13c5a4c5f..00be10a05 100644 --- a/client/README.md +++ b/client/README.md @@ -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: