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 1/3] 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 9f8b26da0..460f7d005 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: From d66efcaa32c6673b6515a42315e26cdf9ea2ef7d Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:13:16 +0100 Subject: [PATCH 2/3] Apply suggestions from code review --- docs/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 460f7d005..871857a75 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -206,9 +206,9 @@ poetry add setuptools wheel ./venv/bin/pip install setuptools wheel ``` -### poetry +#### Poetry -If your poetry version is less than ^1.2, for `poetry install`, ignore the -- flags, it will install just fine. +If your Poetry version is older than 1.2, for `poetry install`, ignore the `--only main` flag. ### Optional: PostgreSQL database From b228364a4196e669973743f061e91565eb978d49 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:13:43 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- docs/guide/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 871857a75..2bbdfb110 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -210,7 +210,6 @@ poetry add setuptools wheel If your Poetry version is older than 1.2, for `poetry install`, ignore the `--only main` flag. - ### 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: