From 88ef3a38fc65bd44acfdb72216f7a51abbc756c1 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:01:58 +0100 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index d41eee4e..2ad0962f 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -19,6 +19,7 @@ git clone https://github.com/lnbits/lnbits-legend.git cd lnbits-legend/ curl -sSL https://install.python-poetry.org | python3 - +poetry env use python3.9 poetry install # You may need to install python 3.9, update your python following this guide https://linuxize.com/post/how-to-install-python-3-9-on-ubuntu-20-04/