From 3dfe32abb0c5925ee5cbee4602c0840c098d4bda Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 6 Apr 2022 21:03:56 +0200 Subject: [PATCH] docs: use poetry in the osx installation process Changelog-None: docs: use poetry in the osx installation process Signed-off-by: Vincenzo Palazzo --- doc/INSTALL.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 897cdf1ba..3b4585b89 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -243,6 +243,7 @@ If you need Python 3.x for mako (or get a mako build error): $ source ~/.bash_profile $ pyenv install 3.7.4 $ pip install --upgrade pip + $ pip install poetry If you don't have bitcoind installed locally you'll need to install that as well: @@ -259,16 +260,11 @@ Clone lightning: $ git clone https://github.com/ElementsProject/lightning.git $ cd lightning -Configure Python 3.x & get mako: - - $ pyenv local 3.7.4 - $ pip install mako - Build lightning: - $ pip install -r requirements.txt + $ poetry install $ ./configure - $ make + $ poetry run make Running lightning: