docs: use poetry in the osx installation process

Changelog-None: docs: use poetry in the osx installation process

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2022-04-06 21:03:56 +02:00 committed by Rusty Russell
parent c4d4984cbf
commit 3dfe32abb0

View File

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