From 818ac87d5913afacee2c286b4580d3f36c5c594e Mon Sep 17 00:00:00 2001 From: jp <59218902+pj8912@users.noreply.github.com> Date: Sun, 9 Apr 2023 16:04:52 +0530 Subject: [PATCH] added description under ## Install for clarity added : "need to uninstall `btcpay` first and install `btcpay-python`" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403ceab..d386303 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```shell pip3 install btcpay-python ``` -If you were a user of the prior unofficial client library for Python, you would need to uninstall it first: +If you were a user of the prior unofficial client library for Python, you would need to uninstall `btcpay` first and install `btcpay-python`: ```shell pip3 uninstall btcpay pip3 install btcpay-python