diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 53bec336b..4f8169433 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -88,6 +88,9 @@ To build core lightning for development purpose you can use the following comman pip3 install poetry poetry shell + +This will put you in a new shell to enter the following commands: + poetry install ./configure --enable-developer make