From f0b20ef488a1f2e4dcddf0c915cabcfc1596621c Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 14 Jun 2024 19:00:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(client)=20fix=20python=20pac?= =?UTF-8?q?kage=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `qcc` is the command, not the package name. --- src/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/README.md b/src/client/README.md index 65b51c61..5c1bfac5 100644 --- a/src/client/README.md +++ b/src/client/README.md @@ -5,7 +5,7 @@ `qcc` can be installed using `pip`: ``` -pip install qcc +pip install qualicharge-client ``` Get the list of commands and usage using the `--help` option: