From 3a134672e95b75b0e354e8109f0587029d12489b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 25 Oct 2023 08:28:42 +0200 Subject: [PATCH] Update docs/guide/installation.md (#2059) --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9a1aa84c..0087b943 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -16,8 +16,8 @@ Mininum poetry version has is ^1.2, but it is recommended to use latest poetry. ```sh git clone https://github.com/lnbits/lnbits.git -git checkout main cd lnbits +git checkout main # for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version sudo apt update