From 6204d70a3729570f019ef7269fca79211c1e6350 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Sun, 17 Jul 2022 11:57:33 +0530 Subject: [PATCH] docs: fix contrib/ docs --- contrib/pyln-client/README.md | 2 +- contrib/pyln-proto/README.md | 2 +- contrib/pyln-testing/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/pyln-client/README.md b/contrib/pyln-client/README.md index 0a16c4d98..38fba5aa0 100644 --- a/contrib/pyln-client/README.md +++ b/contrib/pyln-client/README.md @@ -21,7 +21,7 @@ installing into your python3 environment: ```bash git clone https://github.com/ElementsProject/lightning.git cd lightning/contrib/pyln-client -python3 setup.py develop +poetry install ``` This will add links to the library into your environment so changing the diff --git a/contrib/pyln-proto/README.md b/contrib/pyln-proto/README.md index a01bc7744..8914b3226 100644 --- a/contrib/pyln-proto/README.md +++ b/contrib/pyln-proto/README.md @@ -21,7 +21,7 @@ installing into your python3 environment: ```bash git clone https://github.com/ElementsProject/lightning.git cd lightning/contrib/pyln-proto -python3 setup.py develop +poetry install ``` This will add links to the library into your environment so changing the diff --git a/contrib/pyln-testing/README.md b/contrib/pyln-testing/README.md index 7ddc98149..469dc33a5 100644 --- a/contrib/pyln-testing/README.md +++ b/contrib/pyln-testing/README.md @@ -23,7 +23,7 @@ installing into your python3 environment: ```bash git clone https://github.com/ElementsProject/lightning.git cd lightning/contrib/pyln-testing -python3 setup.py develop +poetry install ``` This will add links to the library into your environment so changing the