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/