docs: fix contrib/ docs

This commit is contained in:
Swapnil 2022-07-17 11:57:33 +05:30 committed by Rusty Russell
parent af2b863b4a
commit 6204d70a37
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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