From d5ead2543c4c583910443bf41c62e4259b770add Mon Sep 17 00:00:00 2001 From: Bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:15:08 -0800 Subject: [PATCH] add poetry <1.2 version note to troubleshooting --- docs/guide/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9f8b26da..460f7d00 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -206,6 +206,11 @@ poetry add setuptools wheel ./venv/bin/pip install setuptools wheel ``` +### poetry + +If your poetry version is less than ^1.2, for `poetry install`, ignore the -- flags, it will install just fine. + + ### Optional: PostgreSQL database If you want to use LNbits at scale, we recommend using PostgreSQL as the backend database. Install Postgres and setup a database for LNbits: