Simplify poetry interactions

This commit is contained in:
Igor Bubelov 2022-07-16 21:06:48 +07:00 committed by neil saitug
parent 299a99ed67
commit d4a04ba8b3

View File

@ -326,9 +326,9 @@ $ cd lightning
Build Core Lightning:
```
~/.local/bin/poetry install
python -m poetry install
./configure
~/.local/bin/poetry run make
python -m poetry run make
```
Launch Core Lightning: