From b9b6efdbb6f2fad89c5020618a1cd2b2b0afc377 Mon Sep 17 00:00:00 2001 From: tdejoigny-ledger Date: Mon, 15 Jan 2024 17:42:41 +0100 Subject: [PATCH] udpate the client README.md file --- client/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index 00be10a05..eedef6a94 100644 --- a/client/README.md +++ b/client/README.md @@ -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 .