mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
Simplify poetry interactions
This commit is contained in:
parent
299a99ed67
commit
d4a04ba8b3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user